From 98c5e571e32c56909f733f1cc0719cbb79c025f9 Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Thu, 13 Jul 2023 15:56:58 +0300 Subject: [PATCH] fix: broken links --- docusaurus.config.js | 2 +- .../version-latest/02-concepts/03-compile-targets.md | 2 +- .../version-latest/04-standard-library/01-cloud/_category_.yml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 9bf37ede3..235cb0607 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -257,7 +257,7 @@ const config = { items: [ { label: "Language Specification", - to: "/docs/language-guide/language-reference", + to: "/docs/language-reference", }, { label: "API Reference", diff --git a/versioned_docs/version-latest/02-concepts/03-compile-targets.md b/versioned_docs/version-latest/02-concepts/03-compile-targets.md index 3bc6687e9..340702a91 100644 --- a/versioned_docs/version-latest/02-concepts/03-compile-targets.md +++ b/versioned_docs/version-latest/02-concepts/03-compile-targets.md @@ -33,7 +33,7 @@ These targets contain a combination of provisioning engine and cloud environment ## Portability -Wing's [cloud library](/docs/standard-library/cloud/api-reference) has several classes representing abstracted cloud resources, whose APIs are not specific to a single cloud provider. This allows you to write code that can be deployed to any supported cloud environment or provisioning engine. +Wing's [cloud library](/docs/category/cloud-resources) has several classes representing abstracted cloud resources, whose APIs are not specific to a single cloud provider. This allows you to write code that can be deployed to any supported cloud environment or provisioning engine. Here's an example of a portable code snippet: diff --git a/versioned_docs/version-latest/04-standard-library/01-cloud/_category_.yml b/versioned_docs/version-latest/04-standard-library/01-cloud/_category_.yml index e0105be49..b904cafd3 100644 --- a/versioned_docs/version-latest/04-standard-library/01-cloud/_category_.yml +++ b/versioned_docs/version-latest/04-standard-library/01-cloud/_category_.yml @@ -1,3 +1,6 @@ label: Cloud resources collapsible: true collapsed: true +link: + type: generated-index + title: Wing cloud resources