diff options
-rw-r--r-- | docs/hardware/index.md | 2 | ||||
-rw-r--r-- | docs/hardware/r400.md | 2 | ||||
-rw-r--r-- | docs/hardware/t400.md | 2 | ||||
-rw-r--r-- | docs/hardware/t500.md | 2 | ||||
-rw-r--r-- | docs/hardware/x200.md | 2 | ||||
-rwxr-xr-x | www/publish.sh | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/docs/hardware/index.md b/docs/hardware/index.md index 9e2af808..d1f0ef54 100644 --- a/docs/hardware/index.md +++ b/docs/hardware/index.md @@ -70,7 +70,7 @@ libreboot, so we don't actually provide that, but if you still have Lenovo BIOS then you can just run the Lenovo BIOS update utility, which will update both the BIOS and EC version. See: -- [../install/index.md#flashrom](../install/index.md#flashrom) +- [../install/#flashrom](../install/#flashrom) - <http://www.thinkwiki.org/wiki/BIOS_update_without_optical_disk> NOTE: this can only be done when you are using Lenovo BIOS. How to diff --git a/docs/hardware/r400.md b/docs/hardware/r400.md index f9c2d152..c180e0f7 100644 --- a/docs/hardware/r400.md +++ b/docs/hardware/r400.md @@ -28,7 +28,7 @@ libreboot, so we don't actually provide that, but if you still have Lenovo BIOS then you can just run the Lenovo BIOS update utility, which will update both the BIOS and EC version. See: -- [../install/index.md#flashrom](../install/index.md#flashrom) +- [../install/#flashrom](../install/#flashrom) - <http://www.thinkwiki.org/wiki/BIOS_update_without_optical_disk> NOTE: this can only be done when you are using Lenovo BIOS. How to diff --git a/docs/hardware/t400.md b/docs/hardware/t400.md index c80b202a..33104297 100644 --- a/docs/hardware/t400.md +++ b/docs/hardware/t400.md @@ -28,7 +28,7 @@ libreboot, so we don't actually provide that, but if you still have Lenovo BIOS then you can just run the Lenovo BIOS update utility, which will update both the BIOS and EC version. See: -- [../install/index.md#flashrom](../install/index.md#flashrom) +- [../install/#flashrom](../install/#flashrom) - <http://www.thinkwiki.org/wiki/BIOS_update_without_optical_disk> NOTE: this can only be done when you are using Lenovo BIOS. How to diff --git a/docs/hardware/t500.md b/docs/hardware/t500.md index ebd540a2..77c72dd2 100644 --- a/docs/hardware/t500.md +++ b/docs/hardware/t500.md @@ -28,7 +28,7 @@ libreboot, so we don't actually provide that, but if you still have Lenovo BIOS then you can just run the Lenovo BIOS update utility, which will update both the BIOS and EC version. See: -- [../install/index.md#flashrom](../install/index.md#flashrom) +- [../install/#flashrom](../install/#flashrom) - <http://www.thinkwiki.org/wiki/BIOS_update_without_optical_disk> NOTE: this can only be done when you are using Lenovo BIOS. How to diff --git a/docs/hardware/x200.md b/docs/hardware/x200.md index 9d130d88..355ae1d5 100644 --- a/docs/hardware/x200.md +++ b/docs/hardware/x200.md @@ -31,7 +31,7 @@ libreboot, so we don't actually provide that, but if you still have Lenovo BIOS then you can just run the Lenovo BIOS update utility, which will update both the BIOS and EC version. See: -- [../install/index.md#flashrom](../install/index.md#flashrom) +- [../install/#flashrom](../install/#flashrom) - <http://www.thinkwiki.org/wiki/BIOS_update_without_optical_disk> NOTE: this can only be done when you are using Lenovo BIOS. How to diff --git a/www/publish.sh b/www/publish.sh index 90d52288..e79c5adf 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -27,9 +27,9 @@ cat $1 > temp.md if [ "${FILE}" != "./index" ]; then if [[ $FILE == *index ]] then - DEST=".." + DEST="../" else - DEST="index.html" + DEST="./" fi RETURN="<a href='$DEST'>Back to previous index</a>" |