From ce051293de1dafafbc36e89bc390536f8a554f34 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 27 Jun 2021 14:23:48 +0200 Subject: [PATCH] Fix path to an example project spec (#1096) The previous linked file (`project.yml`) doesn't exist anymore in RxUserDefaults. Instead, `Examples/CocoaPodExample.yml` is an example spec in RxUserDefaults. --- Docs/Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Examples.md b/Docs/Examples.md index 47ce369e..19dc4097 100644 --- a/Docs/Examples.md +++ b/Docs/Examples.md @@ -2,7 +2,7 @@ These are a bunch of real world examples of XcodeGen project specs. Feel free to add your own via PR. -- [num42/RxUserDefaults](https://github.com/num42/RxUserDefaults/blob/master/project.yml) +- [num42/RxUserDefaults](https://github.com/num42/RxUserDefaults/blob/master/Examples/CocoaPodsExample.yml) - [toshi0383/Bitrise-iOS](https://github.com/toshi0383/Bitrise-iOS/blob/master/project.yml) - [johndpope/swift-models](https://github.com/johndpope/swift-models/tree/stable/Inference) - [atelier-socle/AppRepositoryTemplate](https://github.com/atelier-socle/AppRepositoryTemplate/blob/master/project.yml)