Fixed cheatsheet index link.

This commit is contained in:
Garth Minette 2020-08-28 00:06:28 -07:00
parent e344de4aa4
commit 7051f8ef19
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,412];
BOSL_VERSION = [2,0,413];
// Section: BOSL Library Version Functions