Fix doc links to modules

This commit is contained in:
Arjan Molenaar 2020-05-15 17:00:04 +02:00
parent 2be8a97e84
commit 8e49caa082
2 changed files with 4 additions and 5 deletions

View File

@ -52,7 +52,7 @@ Methods working on the quadtree itself:
Implementation
--------------
The implementation of gaphas' Quadtree can be found at http://github.com/amolenaar/gaphas/trees/blob/gaphas/quadtree.py.
The implementation of gaphas' Quadtree can be found at https://github.com/gaphor/gaphas/blob/master/gaphas/quadtree.py.
Here's an example of the Quadtree in action (Gaphas' demo app with `gaphas.view.DEBUG_DRAW_QUADTREE` enabled):

View File

@ -33,5 +33,4 @@ When a constraint contains projections, it is most likely that this constraint c
------
The Solver can be found at: http://github.com/amolenaar/gaphas/trees/blobs/gaphas/solver.py, along with Variables and Projections.
The Solver can be found at: https://github.com/gaphor/gaphas/blob/master/gaphas/solver.py, along with Variables and Projections.