Skip to content

Commit

Permalink
Merge pull request #1 from slel/patch-1
Browse files Browse the repository at this point in the history
Fix typo and update links in README
  • Loading branch information
NathanDunfield authored Jun 17, 2020
2 parents de8803c + e6de4b6 commit b7b2d99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Spherogram
Spherogram is a Python module for dealing with the kind of planar
diagrams that arise in 3-dimensional topology, such as link and
Heegaard diagrams. It a component of the larger
`SnapPy <http://snappy.computop.org>`_ project. For some basic
`SnapPy <https://snappy.computop.org>`_ project. For some basic
examples of using Spherogram to build links,
`see here <http://snappy.computop.org/spherogram.html>`_. You can
`see here <https://snappy.computop.org/spherogram.html>`_. You can
browse the `source code <https://github.com/3-manifolds/Spherogram>`_.

Developed by
Expand All @@ -22,8 +22,8 @@ with contributions from

Also includes third-party libraries:

* `Planarity by John Boyer <https://code.google.com/p/planarity/>`_
* `Planarmap by Giles Schaeffer
* `Planarity by John Boyer <https://github.com/graph-algorithms/edge-addition-planarity-suite>`_
* `Planarmap by Gilles Schaeffer
<http://www.lix.polytechnique.fr/Labo/Gilles.Schaeffer/PagesWeb/PlanarMap/>`_


Expand All @@ -33,6 +33,6 @@ License
Copyright 2008-present by Marc Culler, Nathan Dunfield, and others.

This code is released under the `GNU General Public License, version 2
<http://www.gnu.org/licenses/gpl-2.0.txt>`_
<https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>`_
or (at your option) any later version as published by the Free
Software Foundation.

0 comments on commit b7b2d99

Please sign in to comment.