From 9d6a3f815cd26b020681c6069a40b172addec757 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Thu, 1 Apr 2021 15:40:31 -0700 Subject: [PATCH] add some more doc links --- CONTRIBUTING.md | 3 +++ README.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ce9d10..9ec86d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,6 +97,9 @@ other work on a development branch. You have to start over. The [Building Moonfire NVR](guide/build.md) and [Working on UI development](guide/developing-ui.md) guides should help you get started. The [design documents](design/) will help you fit your work into the whole. +The wiki has a page to help you find copies of [standards and +specifications](https://github.com/scottlamb/moonfire-nvr/wiki/Standards-and-specifications) +that Moonfire NVR interacts with. Please tell me when you get stuck! Every software developer knows in theory there's parts of their code that aren't as clear and well-documented as they diff --git a/README.md b/README.md index c0a6aed..fa9ac28 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ could use to make this possible: [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html) with [https://spdx.org/licenses/GPL-3.0-linking-exception.html](GPL-3.0-linking-exception) for OpenSSL. +* [Change log](CHANGELOG.md) / release notes. * [Guides](guide/) * [Installing](guide/install.md) * [Building from source](guide/build.md) @@ -72,4 +73,4 @@ could use to make this possible: * [Troubleshooting](guide/troubleshooting.md) * [Design documents](design/) * [Wiki](https://github.com/scottlamb/moonfire-nvr/wiki) has hardware - recommendations and notes on several camera models. Please add yours! + recommendations, notes on several camera models, etc. Please add more!