Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit c2a8fd9

Browse files
fixed wrong link
1 parent 53de0e0 commit c2a8fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SqlStreamStore.HAL/Streams/StreamResource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public async Task<Response> Get(ReadStreamOperation operation, CancellationToken
125125
Constants.Relations.Message,
126126
$"{Constants.Streams.Stream}/{message.StreamId}/{message.StreamVersion}")
127127
.Self()
128-
.Add(Constants.Relations.Feed, message.StreamId)))),
128+
.Add(Constants.Relations.Feed, $"streams/{message.StreamId}")))),
129129
page.Status == PageReadStatus.StreamNotFound ? 404 : 200);
130130

131131
if(page.TryGetETag(out var eTag))

0 commit comments

Comments
 (0)