mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update refresh-wiki-docs.sh
This commit is contained in:
parent
eb9fd54c0d
commit
7f037d55e9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ cp -p "{{ iiab_dir }}/roles/lokole/The Lokole-IIAB User's Manual.pdf" $DOCSPATH
|
||||||
# Update Raspberry Pi guide links on main page (http://box/info)
|
# Update Raspberry Pi guide links on main page (http://box/info)
|
||||||
sed -i -r "s|https://www.raspberrypi.org/magpi-issues/Beginners_Guide_v1.pdf|docs/Raspberry_Pi_Beginners_Guide_v1.pdf|g" $DESTPATH/index.html
|
sed -i -r "s|https://www.raspberrypi.org/magpi-issues/Beginners_Guide_v1.pdf|docs/Raspberry_Pi_Beginners_Guide_v1.pdf|g" $DESTPATH/index.html
|
||||||
sed -i -r "s|https://dn.odroid.com/IoT/other_doc.pdf|docs/Raspberry_Pi_User_Guide_v4.pdf|g" $DESTPATH/index.html
|
sed -i -r "s|https://dn.odroid.com/IoT/other_doc.pdf|docs/Raspberry_Pi_User_Guide_v4.pdf|g" $DESTPATH/index.html
|
||||||
sed -i -r "s|https://github.com/iiab/iiab/blob/master/roles/lokole/The%20Lokole-IIAB%20User's%20Manual.pdf|docs/The Lokole-IIAB User's Manual.pdf|g" $DESTPATH/index.html
|
sed -i -r "s|https://github.com/iiab/iiab/blob/master/roles/lokole/The%20Lokole-IIAB%20User's%20Manual.pdf|docs/The%20Lokole-IIAB%20User\'s%20Manual.pdf|g" $DESTPATH/index.html
|
||||||
|
|
||||||
# Make links refer to local items
|
# Make links refer to local items
|
||||||
for f in $DESTPATH/*.html; do
|
for f in $DESTPATH/*.html; do
|
||||||
|
|
Loading…
Reference in a new issue