diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2019-02-08 14:46:42 +0100 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2019-02-08 16:21:24 +0100 |
commit | 9aa6b6371f3a3bf8149bc3bada02991ecec39810 (patch) | |
tree | 6d618c8c47317f605c5dd092f453e12aecb67129 | |
parent | ab4a90cd0f97b74e820f87375d9d7e4a2114eddd (diff) |
Porting Guide: Fix some broken links
Fix links to SCC and FreeBSD. Direct links do not need any special
formatting.
Change-Id: I00f7343d029a30ec02dfaa0ef393b3197260cab9
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
-rw-r--r-- | docs/porting-guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst index 6be18307..422c340b 100644 --- a/docs/porting-guide.rst +++ b/docs/porting-guide.rst @@ -2733,8 +2733,8 @@ been written specifically for TF-A. Fome implementation files have been obtained from `FreeBSD`_, others have been written specifically for TF-A as well. The files can be found in ``include/lib/libc`` and ``lib/libc``. -SCC can be found in `http://www.simple-cc.org/`_. A copy of the `FreeBSD`_ -sources can be obtained from `http://github.com/freebsd/freebsd`_. +SCC can be found in http://www.simple-cc.org/. A copy of the `FreeBSD`_ sources +can be obtained from http://github.com/freebsd/freebsd. Storage abstraction layer ------------------------- |