Skip to content

Commit

Permalink
Merge pull request #115 from WinterBlue16/main
Browse files Browse the repository at this point in the history
Fixed invalid links and path
  • Loading branch information
JeffersGlass committed May 20, 2024
2 parents dee2add + 02d4b9f commit 7521c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 7521c23

Please sign in to comment.