Skip to content

Commit f5cb92a

Browse files
authored
Merge pull request #179 from iterative/update-banner
live metrics release: update top level banner
2 parents 1b2feec + 583cc3c commit f5cb92a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/gatsby-theme-iterative/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dvcorg/gatsby-theme-iterative",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "",
55
"main": "index.js",
66
"types": "src/typings.d.ts",

packages/gatsby-theme-iterative/src/components/LayoutHeader/Alert/content.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export const AlertContent = () => (
77
🚀
88
</span>{' '}
99
New Release!{' '}
10-
<Link href="https://dvc.org/blog/iterative-studio-model-registry">
11-
Git-backed Machine Learning Model Registry
10+
<Link href="https://iterative.ai/blog/dvclive-metrics-studio/">
11+
Track and visualize DVC experiment metrics in real-time
1212
</Link>{' '}
13-
for all your model management needs.
13+
with Iterative Studio.
1414
</>
1515
)

0 commit comments

Comments
 (0)