Skip to content

Commit

Permalink
next: fix bad links to static files from recent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jan 3, 2020
1 parent e76f33b commit c84be84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/static/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ run the website.

To contribute documentation you need to know these locations:

- [Content](https://github.com/iterative/dvc.org/tree/master/docs) (`/docs`):
[Markdown](https://guides.github.com/features/mastering-markdown/) files of
the different pages to render dynamically in the browser.
- [Content](https://github.com/iterative/dvc.org/tree/master/public/static/docs)
(`/docs`): [Markdown](https://guides.github.com/features/mastering-markdown/)
files of the different pages to render dynamically in the browser.
- [Images](https://github.com/iterative/dvc.org/tree/master/static/img)
(`/static/img`): Add new images, gif, svg, etc here. Reference them from the
Markdown files like this: `![](/static/img/reproducibility.png)`.
Expand Down Expand Up @@ -152,4 +152,4 @@ pre-commit hook that is integrated when `yarn` installs the project dependencies
> Check out the `.md` source code of any command reference to get a better idea,
> for example in
> [this very file](https://raw.githubusercontent.com/iterative/dvc.org/master/docs/user-guide/contributing/docs.md).
> [this very file](https://raw.githubusercontent.com/iterative/dvc.org/master/public/static/docs/user-guide/contributing/docs.md).

0 comments on commit c84be84

Please sign in to comment.