Skip to content

Commit 7131a77

Browse files
committed
node 24
1 parent 794e656 commit 7131a77

File tree

11 files changed

+2895
-5880
lines changed

11 files changed

+2895
-5880
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
},
1414
"name": "dvc.org",
1515
"scripts": {},
16-
"stack": "heroku-22"
16+
"stack": "heroku-24"
1717
}

content/docs/command-reference/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
**New!** DVC is also available [for the VS Code IDE], which adds many DVC
1010
operations [to the Command Palette].
1111

12-
[for the vs code ide]: /vs-code-extension
12+
[for the vs code ide]:
13+
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
1314
[to the command palette]:
1415
https://github.com/iterative/vscode-dvc#useful-commands
1516

content/docs/command-reference/plots/templates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,5 @@ file:///Users/usr/src/dvc_plots/index.html
162162

163163
[field]:
164164
/user-guide/project-structure/dvcyaml-files#available-configuration-fields
165-
[DVC extension for VS Code]: /vs-code-extension
165+
[DVC extension for VS Code]:
166+
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc

content/docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
**DVC** can be installed on [Visual Studio Code], any [system terminal], and
44
used as a [Python library].
55

6-
[visual studio code]: /vs-code-extension
6+
[visual studio code]:
7+
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
78
[system terminal]: /install
89
[python library]: /api-reference
910

content/docs/install/ide-plugins.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ To make `dvc.lock` and `.dvc` files recognized as YAML, add this to
2929

3030
</admon>
3131

32-
[dvc extension]: /vs-code-extension
32+
[dvc extension]:
33+
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
3334
[intellisense]: https://code.visualstudio.com/docs/editor/intellisense
3435
[yaml extension]:
3536
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml

content/docs/use-cases/experiment-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ repetitive data transfers or having to retrain models on-the-fly.
7676
| **Collaboration** | Distributed | Centralized |
7777

7878
[data versioning]: /use-cases/versioning-data-and-models
79-
[ide]: /vs-code-extension
79+
[ide]: https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
8080
[terminal]: /command-reference
8181

8282
> 💡 Note that other experiment tracking tools can be complementary to DVC, for

content/docs/user-guide/experiment-management/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ https://www.youtube.com/watch?v=LHi3SWGD9nc
8585
[metrics]: /user-guide/project-structure/dvcyaml-files#metrics
8686
[plots]: /user-guide/project-structure/dvcyaml-files#plots
8787
[visualize plots]: /user-guide/experiment-management/visualizing-plots
88-
[from the vs code ide]: /vs-code-extension
88+
[from the vs code ide]:
89+
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc

content/docs/user-guide/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ this set of principles:
7373
Scipy, etc.).
7474

7575
[free]: https://github.com/iterative/dvc/blob/master/LICENSE
76-
[vs code extension]: /vs-code-extension
76+
[vs code extension]:
77+
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
7778
[python api]: /api-reference
7879
[command line]: /command-reference
7980

content/docs/user-guide/integrations/sagemaker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ For a full example of how to deploy with SageMaker, see our [blog post].
181181
[clone]: https://docs.aws.amazon.com/sagemaker/latest/dg/studio-tasks-git.html
182182
[code-server]:
183183
https://aws.amazon.com/blogs/machine-learning/host-code-server-on-amazon-sagemaker/
184-
[dvc extension for vs code]: /vs-code-extension
184+
[dvc extension for vs code]:
185+
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
185186
[dvc config]: /user-guide/project-structure/configuration#studio
186187
[pipelines]: /user-guide/pipelines
187188
[external dependencies and outputs]:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://github.com/iterative/dvc.org#readme",
4343
"engines": {
44-
"node": "22.x"
44+
"node": "24.x"
4545
},
4646
"private": true,
4747
"workspaces": [

0 commit comments

Comments
 (0)