Skip to content

Commit a9e8670

Browse files
committed
Doc fix
Fixed two broken links in the OCCT bottle example.
1 parent a54de64 commit a9e8670

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/examples.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -824,10 +824,9 @@ The Classic OCC Bottle
824824
----------------------
825825

826826
CadQuery is based on the OpenCascade.org (OCC) modeling Kernel. Those who are familiar with OCC know about the
827-
famous 'bottle' example. http://www.opencascade.org/org/gettingstarted/appli/
827+
famous 'bottle' example. `The bottle example in the OCCT online documentation <https://old.opencascade.com/doc/occt-7.5.0/overview/html/occt__tutorial.html>`_.
828828

829-
A pythonOCC version is listed here
830-
http://code.google.com/p/pythonocc/source/browse/trunk/src/examples/Tools/InteractiveViewer/scripts/Bottle.py?r=1046
829+
A pythonOCC version is listed `here <https://github.com/tpaviot/pythonocc-demos/blob/f3ea9b4f65a9dff482be04b153d4ce5ec2430e13/examples/core_classic_occ_bottle.py>`_.
831830

832831
Of course one difference between this sample and the OCC version is the length. This sample is one of the longer
833832
ones at 13 lines, but that's very short compared to the pythonOCC version, which is 10x longer!

0 commit comments

Comments
 (0)