Skip to content

Commit

Permalink
Fix: update broken links (#4689)
Browse files Browse the repository at this point in the history
  • Loading branch information
yathomasi authored Jul 15, 2023
1 parent b4881a1 commit eadf63e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/docs/command-reference/remote/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ dvc remote default myremote
This command assigns the default remote in the [`core`] section of the DVC
config file.

[`core`]: doc/user-guide/project-structure/configuration#core
[`core`]: /doc/user-guide/project-structure/configuration#core

```ini
[core]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ in the system.

> **Inodes** are metadata file records to locate and store permissions to the
> actual file contents. See **Linking files** in
> [this doc](http://www.tldp.org/LDP/intro-linux/html/sect_03_03.html) for
> technical details (Linux). Use `ls -i` to list inodes on Linux.
> [this doc](https://devconnected.com/understanding-hard-and-soft-links-on-linux)
> for technical details (Linux). Use `ls -i` to list inodes on Linux.
There are pros and cons to the 3 supported link types: Hard links, Soft or
Symbolic links, and Reflinks in more recent systems. While reflinks bring all
Expand Down
4 changes: 2 additions & 2 deletions content/docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ _Luigi_, etc.

> \* **Inodes** are metadata file records to locate and store permissions to the
> actual file contents. See **Linking files** in
> [this doc](http://www.tldp.org/LDP/intro-linux/html/sect_03_03.html) for
> technical details (Linux).
> [this doc](https://devconnected.com/understanding-hard-and-soft-links-on-linux)
> for technical details (Linux).
[directed acyclic graph]:
/doc/user-guide/pipelines/defining-pipelines#directed-acyclic-graph-dag
Expand Down

0 comments on commit eadf63e

Please sign in to comment.