Skip to content

Commit

Permalink
[v3] Convert relative v3 links to absolute links
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jan 29, 2021
1 parent 0e98750 commit 2e138e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ effort to make it backwards compatible)
For bob example:

```bash
$ python3 config/create_fortran_test.py -j ../../../exercism/problem-specifications/exercises/bob/canonical-data.json -t exercises/bob/bob_test.f90
Namespace(json='../../../exercism/problem-specifications/exercises/bob/canonical-data.json', target='exercises/bob/bob_test.f90')
$ python3 config/create_fortran_test.py -j https://github.com/exercism/v3/blob/main/exercism/problem-specifications/exercises/bob/canonical-data.json -t exercises/bob/bob_test.f90
Namespace(json='https://github.com/exercism/v3/blob/main/exercism/problem-specifications/exercises/bob/canonical-data.json', target='exercises/bob/bob_test.f90')
Wrote : exercises/bob/bob_test.f90
$ cp config/CMakeLists.txt exercises/bob/.
$ cd exercises/bob
Expand Down

0 comments on commit 2e138e6

Please sign in to comment.