mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-02 01:20:17 +02:00
Fixed cheatsheet index link.
This commit is contained in:
@@ -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 '## Belfry OpenScad Library Cheat Sheet'
|
||||||
echo
|
echo
|
||||||
echo '( [Alphabetic Index](Index.md) )'
|
echo '( [Alphabetic Index](Index) )'
|
||||||
echo
|
echo
|
||||||
for f in $CHEAT_FILES ; do
|
for f in $CHEAT_FILES ; do
|
||||||
#echo "### $f"
|
#echo "### $f"
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,412];
|
BOSL_VERSION = [2,0,413];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user