Skip to content

Commit 211b25b

Browse files
committed
Use MyST wiki links
1 parent 573f972 commit 211b25b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

foundations/quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"source": [
8989
"A few things to note:\n",
9090
"\n",
91-
"- Python defaults to counting from 0 (like [C](https://en.wikipedia.org/wiki/C_(programming_language))) rather than from 1 (like [Fortran](https://en.wikipedia.org/wiki/Fortran)).\n",
91+
"- Python defaults to counting from 0 (like [C](wiki:C_(programming_language))) rather than from 1 (like [Fortran](wiki:Fortran)).\n",
9292
"- Function calls in Python always use parentheses: `print()`\n",
9393
"- The colon `:` denotes the beginning of a definition (here of the repeated code under the `for` loop).\n",
9494
"- Code blocks are identified through indentations.\n",

preamble/how-to-use.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ results.
3131

3232
Pythia Foundations is organized into two main sections as seen in
3333
the sidebar on the left and the schematic below:
34-
[Foundational Skills](https://foundations.projectpythia.org/foundations/overview/),
35-
and [Core Scientific Python Packages](https://foundations.projectpythia.org/core/overview/).
34+
[Foundational Skills](../foundations/overview/),
35+
and [Core Scientific Python Packages](../core/overview/).
3636
The first, Foundational Skills, covers essential
3737
material that all users of Project Pythia are expected to feel
3838
comfortable with in order to make the most of the rest of the Project
@@ -48,7 +48,7 @@ of the Scientific Python Ecosystem.
4848

4949
All of the content in Pythia Foundations is authored in Markdown
5050
and presented in the form of [Jupyter
51-
Notebook](https://jupyterbook.org/intro.html) “chapters”. The power
51+
Notebook](https://jupyter.org) “chapters”. The power
5252
of Jupyter Notebooks is that they can contain both static text and
5353
executable code that you can interact with. When you navigate to a
5454
book chapter such as [Matplotlib

0 commit comments

Comments
 (0)