diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-06-03 13:31:20 -0600 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-06-03 13:31:20 -0600 |
commit | 790a78e3cf1ec8610699ed34255d459f84a92a18 (patch) | |
tree | a62702ae158c36167e3047f7be5d16197cff0859 /openscad.html.markdown | |
parent | 29bf4c1b9f353fa3321f663dc52c1b227a1ed9e5 (diff) |
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) |