Skip to content

Commit 473250b

Browse files
committed
revert past v24 names
1 parent 75e95ea commit 473250b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/clients/grpc/persistent-subscriptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following sample shows how to create a subscription group for a persistent s
3131

3232
### Subscribing to $all
3333

34-
The ability to subscribe to `$all` was introduced in KurrentDB **21.10**. Persistent subscriptions to `$all` also support [filtering](subscriptions.md#server-side-filtering).
34+
The ability to subscribe to `$all` was introduced in EventStoreDB **21.10**. Persistent subscriptions to `$all` also support [filtering](subscriptions.md#server-side-filtering).
3535

3636
You can create a subscription group on $all much the same way you would create a subscription group on a stream:
3737

docs/clients/tcp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deprecated Clients
22

3-
As of KurrentDB version 24.2, TCP is no longer a supported protocol.
3+
As of EventStoreDB version 24.2, TCP is no longer a supported protocol.
44
You will find documentation for the deprecated TCP clients at:
55

66

docs/clients/tcp/dotnet/21.2/connecting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sitemap:
55
changefreq: monthly
66
---
77

8-
# Connecting to KurrentDB
8+
# Connecting to EventStoreDB
99

1010
Describe connecting to the single node and to the cluster.
1111

0 commit comments

Comments
 (0)