diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-12-18 17:36:12 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-12-29 09:17:15 -0500 |
commit | 9a46e84080cedc6e9cc206225a1f34403dd4a52d (patch) | |
tree | 677382d07e228c301cdef4ad12c1c58b5683d360 /docs | |
parent | 14d3d26792310a03f5c3f2af85a8c0bf564d04b7 (diff) | |
download | seabios-9a46e84080cedc6e9cc206225a1f34403dd4a52d.tar.gz |
docs: Don't point to repo README files
Now that the README files have been simplified, don't point the wiki
pages to them.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Developer_Documentation.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/Developer_Documentation.md b/docs/Developer_Documentation.md index ed2e9a46..1d891e93 100644 --- a/docs/Developer_Documentation.md +++ b/docs/Developer_Documentation.md @@ -3,12 +3,9 @@ enhancing SeaBIOS. Please also consider joining the [mailing list](Mailinglist). The SeaBIOS code can be obtained via the [download](Download) -page. Please see the **README** file in the source code repository for -information on building SeaBIOS. For specific information on building -SeaBIOS for coreboot, please see the [coreboot -SeaBIOS](http://www.coreboot.org/SeaBIOS) page. For information on -building SeaBIOS for use as a Compatibility Support Module with UEFI, -please see the **README.CSM** file in the source code repository. +page. For specific information on building SeaBIOS for coreboot, +please see the [coreboot SeaBIOS](http://www.coreboot.org/SeaBIOS) +page. See details on [building SeaBIOS](Build overview). |