Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links in documentation #1418

Merged
merged 2 commits into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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)
Expand Down
4 changes: 2 additions & 2 deletions doc/developer/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -266,7 +266,7 @@ IRIDA documentation can be found in the <https://github.com/phac-nml/irida-docs>
##### 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
Expand Down