diff options
author | Russell Currey <ruscur@russell.cc> | 2017-11-14 11:04:27 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-13 23:46:52 -0600 |
commit | 02f82a27eab8d1fb6ad440b74588c1cba3b32b5a (patch) | |
tree | 2673c592d46ef304495611b29899b8efce3104e5 /README.md | |
parent | 255c1d9a3c2b10c9bd8a299044abc40511a8927c (diff) | |
download | skiboot-02f82a27eab8d1fb6ad440b74588c1cba3b32b5a.zip skiboot-02f82a27eab8d1fb6ad440b74588c1cba3b32b5a.tar.gz skiboot-02f82a27eab8d1fb6ad440b74588c1cba3b32b5a.tar.bz2 |
doc: Fix reference to overview in README
Signed-off-by: Russell Currey <ruscur@russell.cc>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ The bootloader will kexec a host kernel (probably linux). The host OS can make OPAL calls. The OPAL API is documented in doc/opal-api/ (there are missing parts, patches are welcome!) -See doc/overview.txt for a more in depth overview of skiboot. +See doc/overview.rst for a more in depth overview of skiboot. ## Building |