Skip to content

Commit

Permalink
Fix bogus links to icerpc.com (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Sep 19, 2023
1 parent fece016 commit 2c5c140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/IceRpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ internal class Chatbot : IDispatcher
}
```

[api]: https://api.icerpc.com/csharp/api/
[api]: https://docs.icerpc.dev/api/csharp/api/IceRpc.html
[docs]:https://docs.icerpc.dev
[getting-started]: https://docs.icerpc.dev/getting-started
[icerpc-csharp]: https://github.com/icerpc/icerpc-csharp
Expand Down
3 changes: 1 addition & 2 deletions tests/IceRpc.Conformance.Tests/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# IceRpc.Conformance.Tests

This package contains the [IceRPC](https://icerpc.com) transport conformance tests.
This package contains the IceRPC transport conformance tests.

## Links

- [Homepage](https://zeroc.com/icerpc)
- [Documentation](https://docs.icerpc.dev)
- [API Reference](https://api.icerpc.com/csharp/api/IceRpc.Transports.html)
- [GitHub](https://github.com/icerpc/icerpc-csharp)
3 changes: 1 addition & 2 deletions tests/IceRpc.Tests.Common/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# IceRpc.Tests.Common

This package contains helper classes used by [IceRPC](https://icerpc.com) test suite.
This package contains helper classes used by IceRPC test suite.

## Links

- [Homepage](https://zeroc.com/icerpc)
- [Documentation](https://docs.icerpc.dev)
- [API Reference](https://api.icerpc.com/csharp/api/IceRpc.Transports.html)
- [GitHub](https://github.com/icerpc/icerpc-csharp)

0 comments on commit 2c5c140

Please sign in to comment.