Skip to content

Commit 5aeb9fb

Browse files
authored
Update docs links to reflect restructured repo (#214)
* Update docs links to reflect restructured repo
1 parent 8637c40 commit 5aeb9fb

21 files changed

+66
-67
lines changed

tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The WebAssembly Hub acts as an image registry for WebAssembly Filters hosted at
2424
- compile [Envoy WebAssembly](https://github.com/envoyproxy/envoy-wasm) filters on a local machine (the only dependency is `docker`)
2525
- push filters to https://webassemblyhub.io
2626
- pull filters from https://webassemblyhub.io
27-
- publish filters to the catalog at https://webassemblyhub.io/extensions/
27+
- publish filters to the catalog at https://webassemblyhub.io/extensions/
2828

2929
### Getting Started
3030

@@ -34,4 +34,4 @@ See the [Getting Started tutorial](https://docs.solo.io/web-assembly-hub/latest/
3434
- Join us on our Slack channel: [https://slack.solo.io/](https://slack.solo.io/)
3535
- Follow us on Twitter: [https://twitter.com/soloio_inc](https://twitter.com/soloio_inc)
3636
- Check out the docs: [https://docs.solo.io/web-assembly-hub/latest](https://docs.solo.io/web-assembly-hub/latest)
37-
- Contribute to the [Docs](https://github.com/solo-io/wasme)
37+
- Contribute to the [Docs](https://github.com/solo-io/wasm)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
changelog:
22
- type: NEW_FEATURE
33
description: Adds the new Wasme Operator for deploying filters to production.
4-
issueLink: https://github.com/solo-io/wasme/issues/42
4+
issueLink: https://github.com/solo-io/wasm/issues/42
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
changelog:
22
- type: FIX
33
description: 'Fix `wasme deploy envoy` command and update it with a cleaner experience using the local cache.'
4-
issueLink: https://github.com/solo-io/wasme/issues/72
4+
issueLink: https://github.com/solo-io/wasm/issues/72

tools/wasme/changelog/v0.0.13/gloo-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ changelog:
55
description: 'Update & improve documentation'
66
- type: NEW_FEATURE
77
description: 'Support use of labelSelector to deploy filters to Istio'
8-
issueLink: https://github.com/solo-io/wasme/issues/43
8+
issueLink: https://github.com/solo-io/wasm/issues/43
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
changelog:
22
- type: NEW_FEATURE
33
description: 'Adds support for `init` and `build` for the AssemblyScript language: https://github.com/AssemblyScript/assemblyscript'
4-
issueLink: https://github.com/solo-io/wasme/issues/71
4+
issueLink: https://github.com/solo-io/wasm/issues/71
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
changelog:
22
- type: NEW_FEATURE
33
description: 'List all repos with `wasme list`'
4-
issueLink: https://github.com/solo-io/wasme/issues/80
5-
4+
issueLink: https://github.com/solo-io/wasm/issues/80
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
changelog:
22
- type: FIX
33
description: Fix cache race by firing events
4-
issueLink: https://github.com/solo-io/wasme/issues/64
4+
issueLink: https://github.com/solo-io/wasm/issues/64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
changelog:
22
- type: FIX
33
description: Fix issue where `wasme list` would return an error if the cache had not been initialized with `wasme build` or `wasme pull`.
4-
issueLink: https://github.com/solo-io/wasme/issues/87
4+
issueLink: https://github.com/solo-io/wasm/issues/87
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
changelog:
22
- type: FIX
33
description: Fix incorrect base selection on wasme init command.
4-
issueLink: https://github.com/solo-io/wasme/issues/90
4+
issueLink: https://github.com/solo-io/wasm/issues/90
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
changelog:
22
- type: FIX
33
description: Fix issue where `wasme list` returns an empty list if --store is not set
4-
issueLink: https://github.com/solo-io/wasme/issues/87
4+
issueLink: https://github.com/solo-io/wasm/issues/87

0 commit comments

Comments
 (0)