Skip to content

Commit

Permalink
fix(docs): broken inflight link (#3587)
Browse files Browse the repository at this point in the history
## Checklist

- [ ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [ ] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
ekeren committed Jul 24, 2023
1 parent f7ca799 commit 69d1c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/01-start-here/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Wing addresses these challenges through several key pillars:
resources. This allows developers to build complete cloud applications without
having to be infrastructure experts.
* **Distributed computing support** - Traditional languages are designed to tell a single machine what to do, but the cloud at its core is a big distributed system.
Wing allows cloud applications to be written more naturally through the concepts of [preflight and inflight code](../concepts/inflights), which allow infrastructure and runtime code to be interleaved while
Wing allows cloud applications to be written more naturally through the concepts of [preflight and inflight code](https://www.winglang.io/docs/concepts/inflights), which allow infrastructure and runtime code to be interleaved while
giving developers the speed safety they expect from modern tooling.
* **Infrastructure as policy** - Infrastructure concerns such as deployment,
networking, security, and observability can be applied horizontally through
Expand Down

0 comments on commit 69d1c84

Please sign in to comment.