Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ekeren committed Jul 13, 2023
1 parent bbdb555 commit 98c5e57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const config = {
items: [
{
label: "Language Specification",
to: "/docs/language-guide/language-reference",
to: "/docs/language-reference",
},
{
label: "API Reference",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
label: Cloud resources
collapsible: true
collapsed: true
link:
type: generated-index
title: Wing cloud resources

0 comments on commit 98c5e57

Please sign in to comment.