Skip to content

Commit

Permalink
[docs] Fix typo in the dotnet (C# client) docs (apache#7023)
Browse files Browse the repository at this point in the history
Fix typo in the dotnet (C# client) docs
  • Loading branch information
vzhikserg authored May 24, 2020
1 parent 6e6e4e2 commit e5c29ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: client-libraries-donet
id: client-libraries-dotnet
title: Pulsar C# client
sidebar_label: C#
---
Expand Down
2 changes: 1 addition & 1 deletion site2/docs/getting-started-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pulsar supports the following client libraries:
- [C++ client](client-libraries-cpp.md)
- [Node.js client](client-libraries-node.md)
- [WebSocket client](client-libraries-websocket.md)
- [C# client](client-libraries-donet.md)
- [C# client](client-libraries-dotnet.md)

## Feature matrix
Pulsar client feature matrix for different languages is listed on [Client Features Matrix](https://github.com/apache/pulsar/wiki/Client-Features-Matrix) page.
Expand Down
2 changes: 1 addition & 1 deletion site2/website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"client-libraries-cpp",
"client-libraries-node",
"client-libraries-websocket",
"client-libraries-donet"
"client-libraries-dotnet"
],
"Admin API": [
"admin-api-overview",
Expand Down

0 comments on commit e5c29ac

Please sign in to comment.