Skip to content

Commit 0cecfb2

Browse files
committed
fix redirected links
1 parent 618da86 commit 0cecfb2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+230
-224
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
**Please see our contributing guide at
2-
[dvc.org](https://doc.dvc.org/user-guide/contributing/docs).**
2+
[dvc.org](https://doc.dvc.org/contributing/docs).**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
> You may disregard these recommendations if you used the **Edit on GitHub** button from dvc.org to improve a doc in place.
22
3-
❗ Please read the guidelines in the [Contributing to the Documentation](https://doc.dvc.org/user-guide/contributing/docs) list if you make any substantial changes to the documentation or JS engine.
3+
❗ Please read the guidelines in the [Contributing to the Documentation](https://doc.dvc.org/contributing/docs) list if you make any substantial changes to the documentation or JS engine.
44

55
🐛 Please make sure to mention `Fix #issue` (if applicable) in the description of the PR. This causes GitHub to close it automatically when the PR is merged.
66

7-
Please choose to [allow us](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) to edit your branch when creating the PR.
7+
Please choose to [allow us](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) to edit your branch when creating the PR.
88

99
Thank you for the contribution - we'll try to review it as soon as possible. 🙏

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77

88
# Contributing Docs
99

10-
Please see our
11-
[Contributing guide](https://doc.dvc.org/user-guide/contributing/docs) for more
12-
details. Thanks to all our contributors!
10+
Please see our [Contributing guide](https://doc.dvc.org/contributing/docs) for
11+
more details. Thanks to all our contributors!
1312

1413
[![Contributors](https://contrib.rocks/image?repo=iterative/dvc.org)](https://github.com/iterative/dvc.org/graphs/contributors)
1514

content/docs/api-reference/dvcfilesystem.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# DVCFileSystem
22

33
DVCFileSystem provides a pythonic file interface (
4-
[fsspec-compatible](https://filesystem-spec.readthedocs.io/)) for a DVC repo. It
5-
is a read-only filesystem, hence it does not support any write operations, like
6-
`put_file`, `cp`, `rm`, `mv`, `mkdir` etc.
4+
[fsspec-compatible](https://filesystem-spec.readthedocs.io/en/latest/)) for a
5+
DVC repo. It is a read-only filesystem, hence it does not support any write
6+
operations, like `put_file`, `cp`, `rm`, `mv`, `mkdir` etc.
77

88
```py
99
class DVCFileSystem(AbstractFileSystem):
@@ -172,14 +172,15 @@ subdirectory.
172172

173173
## fsspec API Reference
174174

175-
As DVCFileSystem is based on [fsspec](https://filesystem-spec.readthedocs.io/),
176-
it is compatible with most of the APIs that it offers. When DVC is installed in
177-
the same Python environment as any other fsspec-compatible library (such as
178-
[Hugging Face Datasets][hf-datasets]), DVCFileSystem will be used automatically
179-
when a `dvc://` filesystem URL is provided to fsspec function calls. For more
180-
details check out the fsspec's [API Reference][fsspec-api].
175+
As DVCFileSystem is based on
176+
[fsspec](https://filesystem-spec.readthedocs.io/en/latest/), it is compatible
177+
with most of the APIs that it offers. When DVC is installed in the same Python
178+
environment as any other fsspec-compatible library (such as [Hugging Face
179+
Datasets][hf-datasets]), DVCFileSystem will be used automatically when a
180+
`dvc://` filesystem URL is provided to fsspec function calls. For more details
181+
check out the fsspec's [API Reference][fsspec-api].
181182

182-
[fsspec]: https://filesystem-spec.readthedocs.io/
183+
[fsspec]: https://filesystem-spec.readthedocs.io/en/latest/
183184
[fsspec-api]:
184185
https://filesystem-spec.readthedocs.io/en/latest/api.html#fsspec.spec.AbstractFileSystem
185186
[hf-datasets]: /user-guide/integrations/huggingface#hugging-face-datasets

content/docs/api-reference/open.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ usage), and is typically faster than loading the whole data into memory.
149149
150150
This is just a matter of using the right `repo` argument, for example an SSH URL
151151
(requires that the
152-
[credentials are configured](https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh)
152+
[credentials are configured](https://docs.github.com/en/authentication/connecting-to-github-with-ssh)
153153
locally):
154154
155155
```py

content/docs/command-reference/dag.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ dvc exp show ...
6767
[fenced code block](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks).
6868

6969
This can be used to combine `dvc dag` with
70-
[`cml send-comment`](https://cml.dev/doc/ref/send-comment)
70+
[`cml comment create`](https://cml.dev/doc/ref/comment#create)
7171

7272
- `--mermaid` - show DAG in [Mermaid](https://mermaid-js.github.io) format. It
7373
can be passed to third party visualization utilities.
@@ -166,13 +166,13 @@ When the `--md` flag is passed, the mermaid output will be wrapped inside a
166166
Markdown
167167
[fenced code block](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks).
168168
Note that this output is automatically rendered as a diagram
169-
[in GitHub](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/)
169+
[in GitHub](https://github.blog/developer-skills/github/include-diagrams-markdown-files-mermaid/)
170170
and [in GitLab](https://docs.gitlab.com/ee/user/markdown.html#mermaid).
171171

172172
<admon type="tip">
173173

174174
You can combine `dvc dag --md` with the
175-
[`cml send-comment`](https://cml.dev/doc/ref/send-comment) of CML:
175+
[`cml comment create`](https://cml.dev/doc/ref/comment#create) of CML:
176176

177177
```cli
178178
dvc dag --md >> dag.md

content/docs/command-reference/diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ files summary: 1 added, 0 deleted, 0 modified
146146

147147
[2-track-data]:
148148
https://github.com/iterative/example-get-started/releases/tag/2-track-data
149-
[data versioning]: /start/data-management/data-versioning
149+
[data versioning]: /start
150150

151151
## Example: Comparing tags or branches
152152

content/docs/command-reference/exp/branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version.
3939
https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging
4040
[persistent]:
4141
/user-guide/experiment-management/sharing-experiments#persist-experiment
42-
[stored and shared]: /start/data-management/data-versioning#storing-and-sharing
42+
[stored and shared]: /start#storing-and-sharing
4343

4444
## Options
4545

content/docs/command-reference/freeze.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# freeze
22

3-
Freeze [stages](/command-reference/run) until `dvc unfreeze` is used on them.
4-
Frozen stages are never executed by `dvc repro`.
3+
Freeze [stages](/command-reference/stage/add) until `dvc unfreeze` is used on
4+
them. Frozen stages are never executed by `dvc repro`.
55

66
## Synopsis
77

@@ -14,8 +14,8 @@ positional arguments:
1414

1515
## Description
1616

17-
`dvc freeze` causes the [stages](/command-reference/run) indicated as `targets`
18-
to be considered _not changed_ by `dvc status` and `dvc repro`. Stage
17+
`dvc freeze` causes the [stages](/command-reference/stage/add) indicated as
18+
`targets` to be considered _not changed_ by `dvc status` and `dvc repro`. Stage
1919
reproduction will not regenerate <abbr>outputs</abbr> of frozen stages, even if
2020
their <abbr>dependencies</abbr> have changed, and even if `--force` is used.
2121

content/docs/command-reference/get.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ the source Git repo. Instead, it's exported in the `dvc.yaml` file as an
123123
`dvc pull` the file from the `dvc remote default` of the source DVC project
124124
(found in [its config file]).
125125

126-
[root directory]: https://github.com/iterative/example-get-started/tree/master/
126+
[root directory]: https://github.com/iterative/example-get-started/tree/main/
127127
[its config file]:
128-
https://github.com/iterative/example-get-started/blob/master/.dvc/config
128+
https://github.com/iterative/example-get-started/blob/main/.dvc/config
129129

130130
<admon type="info">
131131

@@ -230,8 +230,7 @@ Untracked files:
230230
```
231231

232232
[get started example repo]: https://github.com/iterative/example-get-started
233-
[switching between versions]:
234-
/start/data-management/data-versioning#switching-between-versions
233+
[switching between versions]: /start#switching-between-versions
235234

236235
## Example: Set AWS profile for default remote
237236

0 commit comments

Comments
 (0)