diff options
author | 2019-06-19 18:27:05 +0200 | |
---|---|---|
committer | 2019-06-19 18:27:05 +0200 | |
commit | 9ea14f3a7a630dac222945a5ccbad48718b95835 (patch) | |
tree | 27ea994b6bb99b9b5e0d94b6d0b78437d4846bee /content | |
parent | 0db6f752d4cfecb46644e941147e023e0685d391 (diff) | |
parent | 8460ae1c2c22c9e935b7309a046b2a358dc75229 (diff) |
Merge pull request #8 from dl9pf/master
Fix links to baylibre pdf docs on github
Diffstat (limited to 'content')
-rw-r--r-- | content/tocs/devguides/section_flounder.yml | 4 | ||||
-rw-r--r-- | content/tocs/devguides/section_guppy.yml | 4 | ||||
-rw-r--r-- | content/tocs/devguides/section_master.yml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/content/tocs/devguides/section_flounder.yml b/content/tocs/devguides/section_flounder.yml index 1eac9ca..6230e19 100644 --- a/content/tocs/devguides/section_flounder.yml +++ b/content/tocs/devguides/section_flounder.yml @@ -54,12 +54,12 @@ books: books: - id: how-to-write-test-1 - path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf + path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf git_commit: master name: How to write tests (overview slides) - id: how-to-write-test-2 - path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/Hands_on_lab_documentation.pdf + path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/Hands_on_lab_documentation.pdf git_commit: master name: How to write tests (detailed) diff --git a/content/tocs/devguides/section_guppy.yml b/content/tocs/devguides/section_guppy.yml index 92df2dd..84f12b3 100644 --- a/content/tocs/devguides/section_guppy.yml +++ b/content/tocs/devguides/section_guppy.yml @@ -60,10 +60,10 @@ books: - id: how-to-write-test-1 git_commit: master - path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf + path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf name: How to write tests (overview slides) - id: how-to-write-test-2 git_commit: master - path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/Hands_on_lab_documentation.pdf + path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/Hands_on_lab_documentation.pdf name: How to write tests (detailed) diff --git a/content/tocs/devguides/section_master.yml b/content/tocs/devguides/section_master.yml index fdfaa2a..9b1c489 100644 --- a/content/tocs/devguides/section_master.yml +++ b/content/tocs/devguides/section_master.yml @@ -58,9 +58,9 @@ books: books: - id: how-to-write-test-1 - path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf + path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf name: How to write tests (overview slides) - id: how-to-write-test-2 - path: https://github.com/BayLibre/agl-docs-baylibre/blob/%commit%/CIAT/training/Hands_on_lab_documentation.pdf + path: https://raw.githubusercontent.com/BayLibre/agl-docs-baylibre/master/CIAT/training/Hands_on_lab_documentation.pdf name: How to write tests (detailed) |