From 8b237f90d0c4c5508d0e7cfe7fad3ce4f5e2269c Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Fri, 18 Nov 2022 11:10:02 -0600 Subject: [PATCH 1/2] Fixed broken links in documentation --- CHANGELOG.md | 3 ++- doc/developer/getting-started/index.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4d97c5786..50a47d67d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ ## [Unreleased] * [UI/Developer]: Updated `react-router` to the version 6.4.3. See[PR 1405](https://github.com/phac-nml/irida/pull/1405) -* [Developer] Updated developer setup documentation, ignore java_pid*.hprof files, and added quality of life file `gradle.properties` +* [Developer] Updated developer setup documentation, ignore java_pid\*.hprof files, and added quality of life file `gradle.properties`. See [PR 1415](https://github.com/phac-nml/irida/pull/1415). +* [Documentation]: Updated broken links in developer documentation. See [PR 1416](https://github.com/phac-nml/irida/pull/1416). ## [22.09.4] - 2022/11/14 * [REST]: Fixed issue with project/samples api response missing samples when a sample has a default sequencing object. See [PR 1413](https://github.com/phac-nml/irida/pull/1413) diff --git a/doc/developer/getting-started/index.md b/doc/developer/getting-started/index.md index 6317a385c9a..e15208ace84 100644 --- a/doc/developer/getting-started/index.md +++ b/doc/developer/getting-started/index.md @@ -66,7 +66,7 @@ Liquibase is used to manage IRIDA's relational database change management. Any Documentation: [https://docs.galaxyproject.org/en/master/index.html](https://docs.galaxyproject.org/en/master/index.html) -Galaxy is used as IRIDA's analysis workflow engine. Analysis pipelines must be developed as Galaxy pipelines to integrate with IRIDA's workflow system. See the [Galaxy Setup](/administrator/galaxy/) documentation for Galaxy installation and the [Tool Development](/developer/tools/) documentation for building tools for IRDIA. +Galaxy is used as IRIDA's analysis workflow engine. Analysis pipelines must be developed as Galaxy pipelines to integrate with IRIDA's workflow system. See the [Galaxy Setup](../../administrator/galaxy/) documentation for Galaxy installation and the [Tool Development](../../developer/tools/) documentation for building tools for IRDIA. #### Other important libraries {:.no_toc} @@ -266,7 +266,7 @@ IRIDA documentation can be found in the ##### Testing IRIDA documentation locally To view the documentation locally or make changes, you can checkout the above GitHub project and make changes. To run the server locally you can run Jekyll to generate the pages. -First `cd` into the `docs/` directory and run the following command: +First `cd` into the `doc/` directory and run the following command: ```bash bundle exec jekyll serve From 99c95aeff9a5f6f5b6884b2cd567d1c15c932e79 Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Fri, 18 Nov 2022 11:11:57 -0600 Subject: [PATCH 2/2] Fixed up PR number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a47d67d5a..59c707a1586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] * [UI/Developer]: Updated `react-router` to the version 6.4.3. See[PR 1405](https://github.com/phac-nml/irida/pull/1405) * [Developer] Updated developer setup documentation, ignore java_pid\*.hprof files, and added quality of life file `gradle.properties`. See [PR 1415](https://github.com/phac-nml/irida/pull/1415). -* [Documentation]: Updated broken links in developer documentation. See [PR 1416](https://github.com/phac-nml/irida/pull/1416). +* [Documentation]: Updated broken links in developer documentation. See [PR 1418](https://github.com/phac-nml/irida/pull/1418). ## [22.09.4] - 2022/11/14 * [REST]: Fixed issue with project/samples api response missing samples when a sample has a default sequencing object. See [PR 1413](https://github.com/phac-nml/irida/pull/1413)