Skip to content

Commit 6ace5fa

Browse files
committed
Fixes
1 parent 4849689 commit 6ace5fa

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

swift/Glacier2/Callback/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ swift run client
5151

5252
[Ice service installation]: https://github.com/zeroc-ice/ice/blob/main/NIGHTLY.md#ice-services
5353

54-
[1]: ../../Ice/callback
55-
[2]: ../../Ice/bidir
54+
[1]: ../../Ice/Callback
55+
[2]: ../../Ice/Bidir

swift/Glacier2/Greeter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ swift run Client
4848

4949
[Ice service installation]: https://github.com/zeroc-ice/ice/blob/main/NIGHTLY.md#ice-services
5050

51-
[1]: ../../Ice/greeter
51+
[1]: ../../Ice/Greeter

swift/Ice/Bidir/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Then, in a separate terminal, start the Client program:
3535
swift run Client
3636
```
3737

38-
[1]: ../callback
38+
[1]: ../Callback

swift/Ice/GreeterApp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The client is implemented using SwiftUI and can be run on **macOS**, the **iOS S
77

88
## Getting Started
99

10-
1. Start the [Greeter server](../greeter) from the `greeter` directory.
10+
1. Start the [Greeter server](../Greeter) from the `greeter` directory.
1111
2. Open the `GreeterApp` project in Xcode.
1212
3. Build and run the application on your platform of choice (macOS, iOS device, or iOS simulator).
1313

swift/IceGrid/LocatorDiscovery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ swift build
2020

2121
## Running the demo
2222

23-
First, build the [IceGrid/greeter](../greeter) demo.
23+
First, build the [IceGrid/Greeter](../Greeter) demo.
2424

2525
Then, run `icegridregistry`, `icegridnode`, and configure IceGrid using `icegridadmin` as per the IceGrid greeter demo
2626
instructions.

0 commit comments

Comments
 (0)