Skip to content

Commit 7521c23

Browse files
authoredMay 20, 2024··
Merge pull request #115 from WinterBlue16/main
Fixed invalid links and path
2 parents dee2add + 02d4b9f commit 7521c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/user-guide/offline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd pyscript-offline
3838
### PyScipt core from source
3939

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

4343
Once completed, copy the `build` folder, that was been created by the build
4444
step, into your `pyscript-offline` folder.

‎docs/user-guide/workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Happily, PyScript makes it very easy to use workers and uses a feature recently
88
added to web standards called
99
[Atomics](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics).
1010
You don't need to know about Atomics to use web workers, but the underlying
11-
[coincident library](http://localhost:8000/user-guide/architecture/#coincident)
11+
[coincident library](architecture.md#coincident)
1212
uses it under the hood.
1313

1414
!!! info

0 commit comments

Comments
 (0)
Please sign in to comment.