Skip to content

Commit 3f6faa1

Browse files
authored
Fix funcotator links (#9159)
* fix two links that weren't updated
1 parent 657b4ee commit 3f6faa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/funcotator/forum_info/forum_post_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Conversely, if you have a <strong>somatic VCF</strong>, the <strong>somatic data
111111
### 1.1.2.1 - Downloading Pre-Packaged Data Sources
112112
Versioned gzip archives of data source files are provided here:
113113
● FTP: [ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/funcotator/](ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/funcotator/)
114-
● Google Cloud Bucket: [gs://gcp-public-data--broad-references/funcotator/](https://console.cloud.google.com/storage/browser/broad-public-datasets/funcotator)
114+
● Google Cloud Bucket: [gs://gcp-public-data--broad-references/funcotator/](https://console.cloud.google.com/storage/browser/gcp-public-data--broad-references/funcotator)
115115

116116
<a name="1.1.2.2"></a>
117117
### 1.1.2.2 - gnomAD

src/main/java/org/broadinstitute/hellbender/tools/funcotator/Funcotator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
* <br /><b>Versioned gzip archives of data source files are provided here:</b>
9191
* <ul>
9292
* <li><a href="ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/funcotator/">ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/funcotator/</a></li>
93-
* <li><a href="https://console.cloud.google.com/storage/browser/broad-public-datasets/funcotator">gs://gcp-public-data--broad-references/funcotator/</a></li>
93+
* <li><a href="https://console.cloud.google.com/storage/browser/gcp-public-data--broad-references/funcotator">gs://gcp-public-data--broad-references/funcotator/</a></li>
9494
* </ul>
9595
* </p>
9696
*

0 commit comments

Comments
 (0)