diff options
author | Marcel Ribeiro-Dantas <ribeirodantasdm@gmail.com> | 2024-06-21 02:11:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 02:11:51 -0300 |
commit | 30edebae889893e1b657b1a2326576450f2f56d4 (patch) | |
tree | 3af5406b8c1e08c9ffac81a9db86cb7b62dffbf6 /openscad.html.markdown | |
parent | 7611e1f1904619b58333a8c564500d9cb2b584d9 (diff) | |
parent | 790a78e3cf1ec8610699ed34255d459f84a92a18 (diff) |
Merge pull request #4969 from verhovsky/remove-bare-links
Remove bare links
Diffstat (limited to 'openscad.html.markdown')
-rw-r--r-- | openscad.html.markdown | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openscad.html.markdown b/openscad.html.markdown index 63570cbe..2cd44bc5 100644 --- a/openscad.html.markdown +++ b/openscad.html.markdown @@ -112,6 +112,7 @@ use <filename> // Import modules and functions, but do not execute any comma ``` ## Further Reading -* Official docs https://openscad.org/documentation.html -* Cheat sheet https://openscad.org/cheatsheet/index.html -* Vim bindings https://github.com/sirtaj/vim-openscad + +* Official docs [openscad.org/documentation.html](https://openscad.org/documentation.html) +* Cheat sheet [openscad.org/cheatsheet/index.html](https://openscad.org/cheatsheet/index.html) +* Vim bindings [github.com/sirtaj/vim-openscad](https://github.com/sirtaj/vim-openscad) |