Skip to content

Commit

Permalink
Merge pull request #16 from RicardoPinto26/patch-1
Browse files Browse the repository at this point in the history
Corrects the Getting Started URI and the GitHub Issue URI
  • Loading branch information
Nyckoka authored Sep 3, 2023
2 parents c748e16 + 737e05b commit eefb689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If you have any questions, concerns, or need assistance, you can reach out to th

Please feel free to contact any of the authors if you have any inquiries related to the PHYLOViZ Web Platform. They will be happy to assist you.

If you encounter any bugs, have feature requests, or would like to report any issues, please visit the [Issues](https://github.com/bodybuilders-team/phyloviz-web-platform/issues) section
If you encounter any bugs, have feature requests, or would like to report any issues, please visit the [Issues](https://github.com/phyloviz/phyloviz-web-platform/issues) section
on GitHub and create a new issue.
Your feedback and contributions are valuable to us, and we appreciate your help in improving the platform.

Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/Pages/WebUiUris.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export namespace WebUiUris {
export const NEW_PROJECT = "/new-project"
export const OPEN_PROJECT = "/open-project"

export const GET_STARTED = "https://github.com/bodybuilders-team/phyloviz-web-platform/wiki/getting-started"
export const GET_STARTED = "https://github.com/phyloviz/phyloviz-web-platform/wiki/getting-started"

export const PROJECT = "/projects/:projectId"
export const EDIT_PROJECT = `${PROJECT}/edit`
Expand Down

0 comments on commit eefb689

Please sign in to comment.