This commit is contained in:
Justin Ethier 2016-10-03 17:57:24 -04:00
parent 9e1c3e066f
commit e854f79f81

View file

@ -41,6 +41,7 @@ for fn in `find . | grep md`; do
done
# Do any one-off replacements
cd ../..
sed -i -- 's/primitives#)/primitives#section)/g' docs/API.md
sed -i -- 's/#-heap/#heap/g' docs/API.md