diff --git a/website/docs/execution/joint.md b/website/docs/execution/joint.md index fdb0378a1..4105e4edc 100644 --- a/website/docs/execution/joint.md +++ b/website/docs/execution/joint.md @@ -6,7 +6,7 @@ slug: joint --- ## Terra workspace -Users should clone the Terra joint calling workspace (TODO) +Users should clone the [Terra joint calling workspace](https://app.terra.bio/#workspaces/broad-firecloud-dsde-methods/GATK-Structural-Variants-Joint-Calling) which is configured with a demo sample set. Refer to the following sections for instructions on how to run the pipeline on your data using this workspace. diff --git a/website/docs/troubleshooting/faq.md b/website/docs/troubleshooting/faq.md index 439cbf391..b84233616 100644 --- a/website/docs/troubleshooting/faq.md +++ b/website/docs/troubleshooting/faq.md @@ -1,6 +1,7 @@ --- title: FAQ slug: faq +sidebar_position: 0 --- Please consult the following resources for additional troubleshooting guides: diff --git a/website/docs/troubleshooting/support.md b/website/docs/troubleshooting/support.md new file mode 100644 index 000000000..fb85ce632 --- /dev/null +++ b/website/docs/troubleshooting/support.md @@ -0,0 +1,10 @@ +--- +title: User support +slug: support +sidebar_position: 1 +--- + +For guidance troubleshooting error messages, please review our [FAQ](./faq). + +If you still cannot resolve your issue, reach out to our support team on the +[GATK forums](https://gatk.broadinstitute.org/hc/en-us/community/topics). diff --git a/website/src/components/HomepageFeatures/index.js b/website/src/components/HomepageFeatures/index.js index e5ce0b381..bfb9eeaff 100644 --- a/website/src/components/HomepageFeatures/index.js +++ b/website/src/components/HomepageFeatures/index.js @@ -18,7 +18,7 @@ const accessibleFeatures = [ ), buttons: [ { - buttonLink: 'https://app.terra.bio', + buttonLink: 'https://app.terra.bio/#workspaces/broad-firecloud-dsde-methods/GATK-Structural-Variants-Joint-Calling', buttonText: 'Joint Calling Workspace' }, {