mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Fix cwd
This commit is contained in:
parent
9e1c3e066f
commit
e854f79f81
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue