diff --git a/doc/docs/index.md b/doc/docs/index.md index d87fafb..2276d86 100644 --- a/doc/docs/index.md +++ b/doc/docs/index.md @@ -24,4 +24,9 @@ The {{app_name}} is installed and updated using [nRF Connect for Desktop](https: - nRF52840 DK - nRF52833 DK (nRF52 DK) -The application also supports third-party devices that are programmed with the DTM standard protocol and expose access to it through a serial port. \ No newline at end of file +The application also supports third-party devices that are programmed with the DTM standard protocol and expose access to it through a serial port. + +## Application source code + +The code of the application is open source and [available on GitHub](https://github.com/NordicSemiconductor/pc-nrfconnect-dtm). +Feel free to fork the repository and clone it for secondary development or feature contributions. \ No newline at end of file diff --git a/doc/docs/revision_history.md b/doc/docs/revision_history.md index c083a26..4eabcbf 100644 --- a/doc/docs/revision_history.md +++ b/doc/docs/revision_history.md @@ -2,4 +2,5 @@ | Date | Description | |------------|---------------| +| January 2025 | Added the [Application source code](./index.md#application-source-code) section on the [Home](./index.md) page | | 2024-04-02 | First release, for the [v2.3.1](https://github.com/NordicSemiconductor/pc-nrfconnect-dtm/blob/main/Changelog.md) of the application. |