Skip to content

Fixed invalid links and path #115

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

Merged
merged 1 commit into from
May 20, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd pyscript-offline
### PyScipt core from source

Build PyScript core by cloning the project repository and follow the
instructions in our [developer guide](/developers)
instructions in our [developer guide](../developers.md)

Once completed, copy the `build` folder, that was been created by the build
step, into your `pyscript-offline` folder.
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Happily, PyScript makes it very easy to use workers and uses a feature recently
added to web standards called
[Atomics](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics).
You don't need to know about Atomics to use web workers, but the underlying
[coincident library](http://localhost:8000/user-guide/architecture/#coincident)
[coincident library](architecture.md#coincident)
uses it under the hood.

!!! info
Expand Down