Skip to content

Commit 8a30925

Browse files
authored
Update visualizing-results-webpage.md rename repo
1 parent c65edac commit 8a30925

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/visualizing-results-webpage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ We saw it is pretty easy to continuously update results on the Readme of the rep
77

88
We will demonstrate the scenario of converting a Jupyter Notebook to a webpage.
99

10-
Notebook: [`plot_noise_levels.ipynb`](https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/ambient_sound_analysis/plot_noise_levels.ipynb)
10+
Notebook: [`plot_noise_levels.ipynb`](https://github.com/uwescience/GitHubActionsTutorial-USRSE24/blob/main/ambient_sound_analysis/plot_noise_levels.ipynb)
1111

12-
Create Website with Spectrogram Workflow: [`.github/workflows/create_website_spectrogram.yml`](https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/create_website_spectrogram.yml)
12+
Create Website with Spectrogram Workflow: [`.github/workflows/create_website_spectrogram.yml`](https://github.com/uwescience/GitHubActionsTutorial-USRSE24/blob/main/.github/workflows/create_website_spectrogram.yml)
1313

1414

1515
The process consists of the following stages:
@@ -25,7 +25,7 @@ The process consists of the following stages:
2525

2626
The website can be found here:
2727

28-
[https://uwescience.github.io/SciPy2024-GitHubActionsTutorial/plot\_noise\_levels.html](https://uwescience.github.io/SciPy2024-GitHubActionsTutorial/plot_noise_levels.html)
28+
[https://uwescience.github.io/GitHubActionsTutorial-USRSE24/plot\_noise\_levels.html](https://uwescience.github.io/GitHubActionsTutorial-USRSE24/plot_noise_levels.html)
2929

3030

3131
The procedure is set up to run on `push` thus every time the notebook is updated the website is updated.
@@ -43,4 +43,4 @@ Other ways:
4343
* [Jupyterbook](https://jupyterbook.org/en/stable/publish/gh-pages.html)
4444
* [Readthedocs](https://about.readthedocs.com/?ref=readthedocs.com)
4545
* Jekyll template
46-
* Dashboard
46+
* Dashboard

0 commit comments

Comments
 (0)