Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links to first party provider repo #340

Merged
merged 3 commits into from Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/providers.mdx
Expand Up @@ -50,7 +50,7 @@ In addition to on-lattice providers, some capability contracts have implementati

The list of capability providers continues to grow. Please refer to these links for more information:

- [first-party providers](https://github.com/wasmCloud/wasmCloud/tree/main/crates/providers) - a list of supported capability providers
ericgregory marked this conversation as resolved.
Show resolved Hide resolved
- [first-party providers](https://github.com/wasmCloud/wasmCloud/tree/main/crates) - supported capability providers are available in the wasmCloud repository (available in `crates/provider-*` directories)
- [interfaces](https://github.com/wasmcloud/interfaces) - definitions of several api specifications, many of which are capability contracts
- [example providers](https://github.com/wasmCloud/examples/tree/main/provider) - additional sample code

Expand Down
6 changes: 5 additions & 1 deletion docs/reference/official-oci/index.md
Expand Up @@ -5,4 +5,8 @@ sidebar_position: 2
draft: false
---

We maintain a list of all officially supported, continually updated, first-party images managed by the wasmcloud team in our Github repositories. Refer to the [providers directory](https://github.com/wasmCloud/wasmCloud/tree/main/crates/providers) for the latest updated versions of our first party capability providers, and the [examples directory](https://github.com/wasmCloud/wasmCloud/tree/main/examples) for the latest updated versions of our example actors and providers.
:::warning[Under Construction]
🚧 This page is under heavy renovation for wasmCloud 1.0. Check back soon! 🚧
:::

We maintain all officially supported, continually updated, first-party images managed by the wasmCloud team in our GitHub repositories. Refer to the [providers](https://github.com/wasmCloud/wasmCloud/tree/main/crates) (available in `crates/provider-*` directories) for the latest updated versions of our first-party capability providers, and the [examples directory](https://github.com/wasmCloud/wasmCloud/tree/main/examples) for the latest updated versions of our example components and providers.
2 changes: 1 addition & 1 deletion versioned_docs/version-0.82/concepts/capabilities.mdx
Expand Up @@ -50,7 +50,7 @@ In addition to on-lattice providers, some capability contracts have implementati

The list of capability providers continues to grow. Please refer to these links for more information:

- [first-party providers](https://github.com/wasmCloud/wasmCloud/tree/main/crates/providers) - a list of supported capability providers
- [first-party providers](https://github.com/wasmCloud/wasmCloud/tree/release/v0.82.0/crates/providers) - a list of supported capability providers
- [interfaces](https://github.com/wasmcloud/interfaces) - definitions of several api specifications, many of which are capability contracts
- [example providers](https://github.com/wasmCloud/examples/tree/main/provider) - additional sample code

Expand Down
Expand Up @@ -5,4 +5,4 @@ sidebar_position: 2
draft: false
---

We maintain a list of all officially supported, continually updated, first-party images managed by the wasmcloud team in our Github repositories. Refer to the [providers directory](https://github.com/wasmCloud/wasmCloud/tree/main/crates/providers) for the latest updated versions of our first party capability providers, and the [examples directory](https://github.com/wasmCloud/wasmCloud/tree/main/examples) for the latest updated versions of our example actors and providers.
We maintain a list of all officially supported, continually updated, first-party images managed by the wasmcloud team in our Github repositories. Refer to the [providers directory](https://github.com/wasmCloud/wasmCloud/tree/release/v0.82.0/crates/providers) for the latest updated versions of our first party capability providers, and the [examples directory](https://github.com/wasmCloud/wasmCloud/tree/main/examples) for the latest updated versions of our example actors and providers.