Skip to content

Commit 9528b18

Browse files
authored
Merge pull request #206 from pyscript/packages-pyscript-net
Update references to packages.pyscript.net.
2 parents a2e576d + 82e985d commit 9528b18

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/user-guide/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ file size and slower initial load compared to MicroPython.
134134
for details.
135135

136136
If you want to check if a package works with PyScript, check
137-
out [this handy website](https://pyscript.github.io/pyscript-packages/)
137+
out [this handy website](https://packages.pyscript.net/)
138138
for more information.
139139

140140
### MicroPython

docs/user-guide/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ _single_ `<py-config>` or `<mpy-config>` tag in your HTML document:
8989
packages relating to the current Pyodide version.
9090

9191
There is an
92-
[ongoing effort to make choosing packages in Pyodide far more helpful](https://pyscript.github.io/pyscript-packages/)
92+
[ongoing effort to make choosing packages in Pyodide far more helpful](https://packages.pyscript.net/)
9393
than it has ever been, but right now be aware that if a non-existent package for a
9494
specific Pyodide version cannot be found, an error will be thrown.
9595

@@ -337,12 +337,12 @@ following valid forms:
337337

338338
#### Package Support
339339

340-
We have created a [handy website](https://pyscript.github.io/pyscript-packages/)
340+
We have created a [handy website](https://packages.pyscript.net/)
341341
that tracks which third party packages in PyPI are supported by PyScript. You
342342
can also use this site to report if a package you're trying to use is supported
343343
or not.
344344

345-
The [website's help section](https://pyscript.github.io/pyscript-packages/help/)
345+
The [website's help section](https://packages.pyscript.net/help/)
346346
explains more.
347347

348348
#### Package Cache

docs/user-guide/what.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ libraries? Pyodide makes it possible.
5151

5252
Want to check if a third party package works with PyScript/Pyodide?
5353

54-
[Use this handy site!](https://pyscript.github.io/pyscript-packages/)
54+
[Use this handy site!](https://packages.pyscript.net/)
5555

5656
<a href="https://micropython.org/"><img src="../../assets/images/micropython.png" alt="MicroPython logo"/></a>
5757

@@ -134,7 +134,7 @@ share your work with just a URL. No server required, no complex
134134
deployment - just Python running where your users are.
135135

136136
Need to check if a package is supported by PyScript? Use our
137-
[PyScript Packages](https://pyscript.github.io/pyscript-packages/) website
137+
[PyScript Packages](https://packages.pyscript.net/) website
138138
to check and/or report the status of any third party packages.
139139

140140
### AI and data science built in

0 commit comments

Comments
 (0)