Skip to content

Commit c9d27f9

Browse files
authored
Update link to Kanvas documentation
Signed-off-by: Lee Calcote <[email protected]>
1 parent 4970ba5 commit c9d27f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/ExtensionComponent/AuthedDashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const VersionInfoSection = ({ isDarkTheme }) => {
246246
<VersionText>{kanvasVersion}</VersionText>
247247
</CustomTooltip>
248248
<a
249-
href={`https://docs.Kanvas.io/project/releases/${kanvasVersion}`}
249+
href={`https://docs.layer5.io/project/releases/${kanvasVersion}`}
250250
target="_blank"
251251
rel="noreferrer"
252252
style={{ color: isDarkTheme ? "white" : "black" }}

0 commit comments

Comments
 (0)