From 581f4c3a307798b0d5085830d7086de0394421c2 Mon Sep 17 00:00:00 2001 From: Niels Andriesse <9340958+nielsandriesse@users.noreply.github.com> Date: Thu, 21 May 2020 08:38:55 +1000 Subject: [PATCH 1/2] Update BUILDING.md --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 2ad9de890..b4f186331 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -66,5 +66,5 @@ Build and Run and you are ready to go! Features related to push notifications are known to be not working for third-party contributors since Apple's Push Notification service pushes -will only work with Open Whisper Systems production code signing +will only work with the Session production code signing certificate. From 97728998d4e5321b94b5cb4cf62d504391cf0bee Mon Sep 17 00:00:00 2001 From: Niels Andriesse <9340958+nielsandriesse@users.noreply.github.com> Date: Thu, 21 May 2020 08:42:38 +1000 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf688e298..2f15790fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Thank you for supporting Session and looking for ways to help. Please note that some conventions here might be a bit different than what you are used to, even if you have contributed to other open source projects before. Reading this document will help you save time and work effectively with the developers and other contributors. -## Development Ideology +## Development ideology Truths which we believe to be self-evident: @@ -47,7 +47,7 @@ If your pull request follows all of the advice above but still has not been merg There are several other ways to get involved: * Help new users learn about Session. * Redirect support questions to support@loki.network. -* Improve documentation in the [wiki](https://github.com/loki-project/session-ios/wiki). +* Improve documentation in the [wiki](https://github.com/loki-project/session-protocol-docs/wiki). * Find and mark duplicate issues. * Try to reproduce issues and help with troubleshooting. * Discover solutions to open issues and post any relevant findings.