We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4970ba5 commit c9d27f9Copy full SHA for c9d27f9
ui/src/components/ExtensionComponent/AuthedDashboard.js
@@ -246,7 +246,7 @@ const VersionInfoSection = ({ isDarkTheme }) => {
246
<VersionText>{kanvasVersion}</VersionText>
247
</CustomTooltip>
248
<a
249
- href={`https://docs.Kanvas.io/project/releases/${kanvasVersion}`}
+ href={`https://docs.layer5.io/project/releases/${kanvasVersion}`}
250
target="_blank"
251
rel="noreferrer"
252
style={{ color: isDarkTheme ? "white" : "black" }}
0 commit comments