Skip to content

Commit c65edac

Browse files
authored
Update scheduled-algorithm-deployment-workflow.md rename repo
1 parent 7a9bd8e commit c65edac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/scheduled-algorithm-deployment-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Next, we will demonstrate how GitHub Actions can be used to display a spectrogram for a segment from an underwater audio stream.
66

7-
Spectrogram Visualization Workflow: [`.github/workflows/noise_processing.yml`](https://github.com/uwescience/SciPy2024-GitHubActionsTutorial/blob/main/.github/workflows/noise_processing.yml)
7+
Spectrogram Visualization Workflow: [`.github/workflows/noise_processing.yml`](https://github.com/uwescience/GitHubActionsTutorial-USRSE24/blob/main/.github/workflows/noise_processing.yml)
88

99
Workflow Steps:
1010

@@ -17,6 +17,6 @@ Workflow Steps:
1717
* Upload the `.png` files to GitHub
1818

1919
After the workflow is executed `psd.png` and `broadband.png`files are updated in the repo and are visualized below.
20-
![alt text](https://raw.githubusercontent.com/uwescience/SciPy2024-GitHubActionsTutorial/main/ambient_sound_analysis/img/psd.png)
20+
![alt text](https://raw.githubusercontent.com/uwescience/GitHubActionsTutorial-USRSE24/main/ambient_sound_analysis/img/psd.png)
2121

22-
![alt text](https://raw.githubusercontent.com/uwescience/SciPy2024-GitHubActionsTutorial/main/ambient_sound_analysis/img/broadband.png)
22+
![alt text](https://raw.githubusercontent.com/uwescience/GitHubActionsTutorial-USRSE24/main/ambient_sound_analysis/img/broadband.png)

0 commit comments

Comments
 (0)