Skip to content

Commit 5bbadad

Browse files
authored
Fix incorrect link formatting (#843)
* Fix incorrect link formatting * Remove superfluous space * Fix incorrect JavaScript casing
1 parent bf5d57b commit 5bbadad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/intro.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CadQuery is an intuitive, easy-to-use Python library for building parametric 3D
1919
* Provide a non-proprietary, plain text model format that can be edited and executed with only a web browser
2020

2121
CadQuery 2 is based on
22-
`OCP https://github.com/CadQuery/OCP`_,
22+
`OCP <https://github.com/CadQuery/OCP>`_,
2323
which is a set of Python bindings for the open-source `OpenCascade <http://www.opencascade.com/>`_ modelling kernel.
2424

2525
Using CadQuery, you can build fully parametric models with a very small amount of code. For example, this simple script
@@ -80,10 +80,10 @@ Like OpenSCAD, CadQuery is an open-source, script based, parametric model genera
8080
Where does the name CadQuery come from?
8181
========================================
8282

83-
CadQuery is inspired by `jQuery <http://www.jquery.com>`_ , a popular framework that
84-
revolutionized web development involving javascript.
83+
CadQuery is inspired by `jQuery <http://www.jquery.com>`_, a popular framework that
84+
revolutionized web development involving JavaScript.
8585

86-
CadQuery is for 3D CAD what jQuery is for javascript.
86+
CadQuery is for 3D CAD what jQuery is for JavaScript.
8787
If you are familiar with how jQuery works, you will probably recognize several jQuery features that CadQuery uses:
8888

8989
* A fluent API to create clean, easy to read code

0 commit comments

Comments
 (0)