Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Parsons <jaredpparsons@gmail.com>2016-09-07 00:06:01 +0300
committerJared Parsons <jaredpparsons@gmail.com>2016-09-07 00:06:01 +0300
commit92311d8fefb78451ebe8d7196c31272468220454 (patch)
tree8f800abe86b6928ee7d15acf8d4e824522954be2 /Documentation/README.md
parent01237237d512fe37290dbd383157599b396b2e9a (diff)
Update documentation around public signing
The feature know as "Open Source Signing" was implemented in the compilers as "Public Signing". The term OSS was dropped after conversations with Immo as it was applicable to other projects. It was simply signing with the public key hence better named "Public Signing". Missed updating this documentation when that change was made.
Diffstat (limited to 'Documentation/README.md')
-rw-r--r--Documentation/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index 4ca98785bd..9a16da0e9f 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -29,7 +29,7 @@ Project Docs
- [Branching Guide](project-docs/branching-guide.md)
- [API Review Process](project-docs/api-review-process.md)
- [Strong Name Signing](project-docs/strong-name-signing.md)
-- [Open Source Signing](project-docs/oss-signing.md)
+- [Public Source Signing](project-docs/public-signing.md)
- [Repo Organization](project-docs/repo-organization.md)
- [Project NuGet Dependencies](project-docs/project-nuget-dependencies.md)