diff --git a/docs/design_documents/cmake_framework.rst b/docs/design_documents/cmake_framework.rst index d88942e82..f946b2e09 100644 --- a/docs/design_documents/cmake_framework.rst +++ b/docs/design_documents/cmake_framework.rst @@ -11,11 +11,7 @@ TF-A CMake buildsystem Abstract -------- This document presents a proposal for a new buildsystem for TF-A using CMake, -and as part of this a reusable CMake framework for embedded projects. For a -summary about the proposal, please see the `Phabricator wiki page -`_. As -mentioned there, the proposal consists of two phases. The subject of this -document is the first phase only. +and as part of this a reusable CMake framework for embedded projects. Introduction ------------ @@ -162,4 +158,4 @@ the settings group, we can use it for conditionally adding source files. E.g. -------------- -*Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved.* +*Copyright (c) 2019-2024, Arm Limited and Contributors. All rights reserved.* diff --git a/docs/process/contributing.rst b/docs/process/contributing.rst index 33b353310..11bec7e4d 100644 --- a/docs/process/contributing.rst +++ b/docs/process/contributing.rst @@ -4,8 +4,8 @@ Contributor's Guide Getting Started =============== -- Make sure you have a Github account and you are logged on both - `developer.trustedfirmware.org`_ and `review.trustedfirmware.org`_. +- Make sure you have a Github account and you are logged on to + `review.trustedfirmware.org`_. Also make sure that you have registered your full name and email address in your `review.trustedfirmware.org`_ profile. Otherwise, the Gerrit server @@ -334,7 +334,6 @@ Binary Components *Copyright (c) 2013-2024, Arm Limited and Contributors. All rights reserved.* -.. _developer.trustedfirmware.org: https://developer.trustedfirmware.org .. _review.trustedfirmware.org: https://review.trustedfirmware.org .. _Git guidelines: http://git-scm.com/book/ch5-2.html .. _Gerrit Uploading Changes documentation: https://review.trustedfirmware.org/Documentation/user-upload.html