mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Fixed cheatsheet index link.
This commit is contained in:
parent
e344de4aa4
commit
7051f8ef19
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ CHEAT_FILES=$(grep '^include' std.scad | sed 's/^.*<\([a-zA-Z0-9.]*\)>/\1/'|grep
|
|||
(
|
||||
echo '## Belfry OpenScad Library Cheat Sheet'
|
||||
echo
|
||||
echo '( [Alphabetic Index](Index.md) )'
|
||||
echo '( [Alphabetic Index](Index) )'
|
||||
echo
|
||||
for f in $CHEAT_FILES ; do
|
||||
#echo "### $f"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,412];
|
||||
BOSL_VERSION = [2,0,413];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue