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.
2 parents 1b2feec + 583cc3c commit f5cb92aCopy full SHA for f5cb92a
packages/gatsby-theme-iterative/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dvcorg/gatsby-theme-iterative",
3
- "version": "0.3.2",
+ "version": "0.3.3",
4
"description": "",
5
"main": "index.js",
6
"types": "src/typings.d.ts",
packages/gatsby-theme-iterative/src/components/LayoutHeader/Alert/content.tsx
@@ -7,9 +7,9 @@ export const AlertContent = () => (
7
🚀
8
</span>{' '}
9
New Release!{' '}
10
- <Link href="https://dvc.org/blog/iterative-studio-model-registry">
11
- Git-backed Machine Learning Model Registry
+ <Link href="https://iterative.ai/blog/dvclive-metrics-studio/">
+ Track and visualize DVC experiment metrics in real-time
12
</Link>{' '}
13
- for all your model management needs.
+ with Iterative Studio.
14
</>
15
)
0 commit comments