mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Fix pattern
This commit is contained in:
parent
9e072a695d
commit
18581a0368
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ done
|
|||
# Do any one-off replacements
|
||||
cd ../..
|
||||
sed -i -- 's/primitives#)/primitives#section)/g' docs/API.md
|
||||
sed -i -- 's/primitives#)/primitives#section)/g' docs/api/primitives.md
|
||||
sed -i -- 's/(#)/(#section)/g' docs/api/primitives.md
|
||||
|
||||
sed -i -- 's/#-heap/#heap/g' docs/API.md
|
||||
sed -i -- 's/#-heap/#heap/g' docs/api/srfi/18.md
|
||||
|
|
Loading…
Add table
Reference in a new issue