diff --git a/issues/Fortran-ex2-issue.md b/issues/Fortran-ex2-issue.md index 18b6bb7..d89b64b 100644 --- a/issues/Fortran-ex2-issue.md +++ b/issues/Fortran-ex2-issue.md @@ -2,7 +2,7 @@ A team member (Betty) has been working on a project to simulate a football league over a season. Betty's code is all in one -program in a single file, [league_sim.f90](../Fortran/exercise2/league_sim.f90). +program in a single file, [league_sim.f90](REPO_URL/Fortran/exercise2/league_sim.f90). However, Betty would now like to use the routines contained in the main program in several of their other programs. diff --git a/issues/python-ex1-issue.md b/issues/python-ex1-issue.md index 0973afc..73bca60 100644 --- a/issues/python-ex1-issue.md +++ b/issues/python-ex1-issue.md @@ -14,7 +14,7 @@ This script is printing the number of consonants. Why is `vowel_counter.py` even printing out the number of consonants? ``` -Take a look at the python script [python](../python/exercise1/vowel_counter.py) +Take a look at the python script [python](REPO_URL/python/exercise1/vowel_counter.py) * Can you see any errors? * Do you need to run the script to test the behavior? diff --git a/issues/python-ex2-issue.md b/issues/python-ex2-issue.md index 23dbcc9..1f7afb4 100644 --- a/issues/python-ex2-issue.md +++ b/issues/python-ex2-issue.md @@ -9,11 +9,11 @@ hour to update the model using observations. Each experiment uses observations from +/- 30 minutes from when the model is stopped. This +/- 30 minutes is known as the experiment window. -The class [time_window.py](../python/exercise2/time_window.py) is the initialized +The class [time_window.py](REPO_URL/python/exercise2/time_window.py) is the initialized with the start time, the final time, and the delta (the duration of a single experiment). From these input the number of experiments needed, and the start and stop for both the model and the window are calculated. -The script [run_test.py](../python/exercise/run_test.py) provided by the lab group +The script [run_test.py](REPO_URL/python/exercise/run_test.py) provided by the lab group can be used to demonstrate the bug: run_test.py initializes the class and prints the window and model times. diff --git a/issues/text-ex1-issue.md b/issues/text-ex1-issue.md index 91fe2dc..65fc682 100644 --- a/issues/text-ex1-issue.md +++ b/issues/text-ex1-issue.md @@ -12,7 +12,7 @@ Worst Chocolate Cake ever! Not even chocolatey Yuk! salty ``` -Take a look at the recipe [cake.md](../text/exercise1/cake.md). +Take a look at the recipe [cake.md](REPO_URL/text/exercise1/cake.md). * Are there any problems? * Are there spelling errors? diff --git a/issues/text-ex2-issue.md b/issues/text-ex2-issue.md index 4093935..9353c3f 100644 --- a/issues/text-ex2-issue.md +++ b/issues/text-ex2-issue.md @@ -2,7 +2,7 @@ In an article about the Women's world cup there has been a mix up between football, soccer, and the NFL. -Take a look at the article [world_cup.md](../text/exercise2/world_cup.md) +Take a look at the article [world_cup.md](REPO_URL/text/exercise2/world_cup.md) * Are you familiar with the subject matter? * Can you review the article without being an expert on the subject? diff --git a/issues/text-ex3-issue.md b/issues/text-ex3-issue.md index 5a48a88..54086ef 100644 --- a/issues/text-ex3-issue.md +++ b/issues/text-ex3-issue.md @@ -8,7 +8,7 @@ The origami fish instructions are missing at least one step. I followed the instructions and did not get a fish. ``` -Take a look at the instructions [origami.md](../text/exercise3/origami.md) +Take a look at the instructions [origami.md](REPO_URL/text/exercise3/origami.md) * Are there missing steps? * Are the steps in the correct order?