Skip to content

Commit

Permalink
Fix typo in link in language-support.md (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored Jan 25, 2024
1 parent ad982cb commit 1b8b4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-model/src/language-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ components within and among toolchains.
- [Running a Component from Rust Applications](./language-support/rust.md#running-a-component-from-rust-appliacations)
- [JavaScript Tooling](./language-support/javascript.md)
- [Building a Component with `jco`](./language-support/javascript.md#building-a-component-with-jco)
- [Running a Component from JavaScript Applications](#./language-support/javascript#running-a-component-from-javascript-applications)
- [Running a Component from JavaScript Applications](./language-support/javascript.md#running-a-component-from-javascript-applications)
- [Python Tooling](./language-support/python.md)
- [Building a Component with `componentize-py`](./language-support/python.md#building-a-component-with-componentize-py)
- [Running components from Python Applications](./language-support/python.md#running-components-from-python-applications)
Expand Down

0 comments on commit 1b8b4a1

Please sign in to comment.