Skip to content

Commit

Permalink
fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Jan 9, 2024
1 parent 9183b5f commit afba64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/Terra.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"## Using vrs-python demo notebooks in Terra\n",
"\n",
"[Terra](https://terra.bio) is a cloud platform for biomedical research developed by the Broad Institute, Microsoft and Verily. This notebook installs the packages needed to run the [vrs-python](https://github.com/ga4gh/vrs-python) [demo notebooks](https://github.com/ga4gh/vrs-python/tree/main/notebooks) in a [Terra](https://app.terra.bio) workspace. \n",
"[Terra](https://terra.bio) is a cloud platform for biomedical research developed by the Broad Institute, Microsoft and Verily. This notebook installs the packages needed to run the [vrs-python](https://github.com/ga4gh/vrs-python) [demo notebooks](https://github.com/ga4gh/vrs-python/tree/2.x/notebooks) in a [Terra](https://app.terra.bio) workspace. \n",
"\n",
"\n",
"### Quickstart instructions\n",
Expand Down Expand Up @@ -48,7 +48,7 @@
"metadata": {},
"outputs": [],
"source": [
"! curl \"https://raw.githubusercontent.com/ga4gh/vrs-python/main/notebooks/objects.json\" > objects.json"
"! curl \"https://raw.githubusercontent.com/ga4gh/vrs-python/2.x/notebooks/objects.json\" > objects.json"
]
}
],
Expand Down

0 comments on commit afba64b

Please sign in to comment.