Skip to content

Commit

Permalink
fix: updates links to openwdl/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 28, 2025
1 parent ac31601 commit ed4944e
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 16 deletions.
37 changes: 26 additions & 11 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
appearance: "force-dark",
base: "/",
ignoreDeadLinks: ["./LICENSE"],
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
themeConfig: {
/**
* Logo and site title.
Expand All @@ -50,7 +50,7 @@ export default defineConfig({
icon: "slack",
link: "https://join.slack.com/t/openwdl/shared_invite/zt-ctmj4mhf-cFBNxIiZYs6SY9HgM9UAVw",
},
{ icon: "github", link: "https://github.com/openwdl/wdl-docs" },
{ icon: "github", link: "https://github.com/openwdl/docs" },
],

search: {
Expand Down Expand Up @@ -89,19 +89,34 @@ export default defineConfig({
text: "Linear chaining",
link: "/design-patterns/linear-chaining/index.md",
},
{ text: "Multiple I/O", link: "/design-patterns/multiple-io/index.md" },
{ text: "Branch and merge", link: "/design-patterns/branch-and-merge/index.md" },
{ text: "Task aliasing", link: "/design-patterns/task-aliasing/index.md" },
{ text: "Conditional statement", link: "/design-patterns/conditional-statement/index.md" },
{ text: "Scatter-gather", link: "/design-patterns/scatter-gather/index.md" },
{
text: "Multiple I/O",
link: "/design-patterns/multiple-io/index.md",
},
{
text: "Branch and merge",
link: "/design-patterns/branch-and-merge/index.md",
},
{
text: "Task aliasing",
link: "/design-patterns/task-aliasing/index.md",
},
{
text: "Conditional statement",
link: "/design-patterns/conditional-statement/index.md",
},
{
text: "Scatter-gather",
link: "/design-patterns/scatter-gather/index.md",
},
],
},
{
text: "Reference",
items: [
{
text: "Upgrade guide",
link: "/reference/upgrade-guide"
link: "/reference/upgrade-guide",
},
{
text: "Standard library",
Expand All @@ -128,9 +143,9 @@ export default defineConfig({
items: [
{
text: "Cookbook",
link: "https://github.com/openwdl/cookbook"
}
]
link: "https://github.com/openwdl/cookbook",
},
],
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="align: center">
<img src="https://raw.githubusercontent.com/openwdl/wdl-docs/refs/heads/main/.github/assets/readme-header.png">
<img src="https://raw.githubusercontent.com/openwdl/docs/refs/heads/main/.github/assets/readme-header.png">
</div>

<br />
Expand Down
2 changes: 1 addition & 1 deletion getting-started/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ important—things like typo fixes, updates to existing content, suggestions for
documentation, and keeping the list of resources in the [Ecosystem](./ecosystem.md) page
is incredibly helpful!

[documentation]: https://github.com/openwdl/wdl-docs/
[documentation]: https://github.com/openwdl/docs/
[OpenWDL organization]: https://github.com/openwdl/
[pull requests]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
[RFC process]: https://github.com/openwdl/wdl/blob/wdl-1.2/RFC.md
Expand Down
2 changes: 1 addition & 1 deletion getting-started/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The following is an incomplete list of large WDL workflow repositories sorted by
| [WARP] <br /> _Broad Institute_ | WARP stands for "WDL Research Analysis Pipelines" and contains cloud-optimized pipelines for processing biological data from the Broad Institute Data Sciences Platform. |
| [WILDS] <br /> _Fred Hutch_ | Official repositories of the Workflows for Integration of Large Data and Software (WILDS) developed at the Fred Hutch Data Science Lab. |

[create a pull request]: https://github.com/openwdl/wdl-docs/pulls
[create a pull request]: https://github.com/openwdl/docs/pulls
[BioWDL]: https://github.com/biowdl
[Chan Zuckerberg]: https://github.com/chanzuckerberg/czid-workflows
[Dockstore]:
Expand Down
2 changes: 1 addition & 1 deletion getting-started/getting-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ from: be sure to check them out!

[contributing-md]: https://github.com/openwdl/wdl/blob/wdl-1.2/CONTRIBUTING.md
[Learn WDL guide]: https://github.com/openwdl/learn-wdl
[official WDL documentation]: https://github.com/openwdl/wdl-docs
[official WDL documentation]: https://github.com/openwdl/docs
[official WDL template repository]: https://github.com/openwdl/workflow-template-wdl
[slack-invite]: https://join.slack.com/t/openwdl/shared_invite/zt-ctmj4mhf-cFBNxIiZYs6SY9HgM9UAVw
[WDL specification]: https://github.com/openwdl/wdl
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed4944e

Please sign in to comment.