Skip to content

Commit

Permalink
Fix docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed Feb 2, 2024
1 parent 80b7a20 commit cd91aa7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/user/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Writing Data to JSONL
.. raw:: html

<div class="center-container">
<a href="../_static/PA_VTDs.json" class="download-badge" download>Download PA File</a>
<a href="https://github.com/mggg/GerryChain/blob/main/docs/_static/PA_VTDs.json" class="download-badge" download>Download PA File</a>
</div>
<br style="line-height: 5px;">

Expand Down
2 changes: 1 addition & 1 deletion docs/user/geometries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Loading and Running a Plan
.. raw:: html

<div class="center-container">
<a href="../_static/MN.zip" class="download-badge" download>Download MN File</a>
<a href="https://github.com/mggg/GerryChain/blob/main/docs/_static/MN.zip" class="download-badge" download>Download MN File</a>
</div>
<br style="line-height: 5px;">

Expand Down
4 changes: 2 additions & 2 deletions docs/user/partitions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Working with Partitions
.. raw:: html

<div class="center-container">
<a href="../_static/PA_VTDs.json" class="download-badge" download>Download PA File</a>
<a href="https://github.com/mggg/GerryChain/blob/main/docs/_static/PA_VTDs.json" class="download-badge" download>Download PA File</a>
</div>
<br style="line-height: 5px;">

Expand All @@ -17,7 +17,7 @@ GerryChain ``Partition`` object.
from gerrychain.updaters import cut_edges
We'll use our
`Pennsylvania VTD json <https://github.com/mggg/GerryChain/blob/master/docs/user/PA_VTDs.json>`_
`Pennsylvania VTD json <https://github.com/mggg/GerryChain/blob/main/docs/_static/PA_VTDs.json>`_
to create the graph we'll use in these examples.

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Creating the initial partition
.. raw:: html

<div class="center-container">
<a href="../_static/PA_VTDs.json" class="download-badge" download>Download PA File</a>
<a href="https://github.com/mggg/GerryChain/blob/main/docs/_static/PA_VTDs.json" class="download-badge" download>Download PA File</a>
</div>
<br style="line-height: 5px;">

Expand Down
4 changes: 2 additions & 2 deletions docs/user/recom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A Simple Recom Chain
.. raw:: html

<div class="center-container">
<a href="../_static/gerrymandria.json" class="download-badge" download>
<a href="https://github.com/mggg/GerryChain/blob/main/docs/_static/gerrymandria.json" class="download-badge" download>
Download GerryMandria File
</a>
</div>
Expand Down Expand Up @@ -473,7 +473,7 @@ Setting up the initial districting plan
.. raw:: html

<div class="center-container">
<a href="../_static/PA_VTDs.json" class="download-badge" download>Download PA File</a>
<a href="https://github.com/mggg/GerryChain/blob/main/docs/_static/PA_VTDs.json" class="download-badge" download>Download PA File</a>
</div>
<br style="line-height: 5px;">

Expand Down

0 comments on commit cd91aa7

Please sign in to comment.