Browse Source

Merge pull request #226 from tikidunpon/fix-readme-link

Fix broken link
Tim Burks 7 years ago
parent
commit
40e0941fc8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -53,7 +53,7 @@ Please also note that your project will need to include the
 [Swift Protobuf](https://github.com/apple/swift-protobuf) and
 the source files that you generate with `protoc`/[plugins](#getting-the-plugins).
 
-See [Echo](Examples/Echo) for a working Xcode-based
+See [Echo](Examples/EchoXcode) for a working Xcode-based
 example, and don't hesitate to file issues if you find any problems.
 
 ## Usage
@@ -111,7 +111,7 @@ communication system that can support arbitrary payloads. As such,
 each gRPC library includes low-level interfaces that can be used
 to directly build API clients and servers with no generated code.
 For an example of this in Swift, please see the
-[Simple](Examples/Simple) example.
+[Simple](Examples/SimpleXcode) example.
 
 ## Having build problems?