Skip to content

Commit

Permalink
fix broken links (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Aug 19, 2021
1 parent a66572d commit 797e286
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![CML](https://static.iterative.ai/img/title_strip_trim.svg)
![CML](https://static.iterative.ai/img/cml/title_strip_trim.png)

[![CircleCI](https://circleci.com/gh/iterative/cml.dev.svg?style=svg)](https://circleci.com/gh/iterative/cml.dev)
[![Link Check](https://github.com/iterative/cml.dev/workflows/Check%20all%20links%20in%20the%20repository/badge.svg)](https://github.com/iterative/cml.dev/actions?query=workflow%3A%22Check+all+links+in+the+repository%22)
Expand All @@ -23,8 +23,8 @@ yarn
```

With the setup finished, you can now spin up the development server at
`localhost:8000` with `gatsby develop` or try a full local build at
`localhost:9000` with `gatsby build && gatsby serve`.
<http://localhost:8000> with `yarn develop` or try a full local build at
<http://localhost:9000> with `yarn build && gatsby serve`.

# Getting help

Expand All @@ -37,8 +37,8 @@ very responsive and happy to help.
Source code of this project is distributed under the Apache license version 2.0
(see the LICENSE file in the project root).

Except where otherwise noted, documentation, blog content, images are licensed
under a [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
Except where otherwise noted, documentation and images are licensed under a
[CC BY 4.0](https://creativecommons.org/licenses/by/4.0) license.

By submitting a pull request for this project, you agree to license your
contribution under the Apache license 2.0 (source code) or CC BY 4.0
Expand Down
2 changes: 2 additions & 0 deletions config/link-check/excluded-links.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- 'http://localhost:8000**'
- 'http://localhost:9000**'
- 'https://dvc.us10.list-manage.com/subscribe/post?u=a08bf93caae4063c4e6a351f6&amp;id=24c0ecc49a'
- '**linkedin.com/company/**'
2 changes: 1 addition & 1 deletion content/docs/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We built CML with these principles in mind:
- **[GitFlow](https://nvie.com/posts/a-successful-git-branching-model/) for data
science.** Use GitLab or GitHub to manage ML experiments, track who trained ML
models or modified data and when. Codify data and models with
[DVC](/doc/cml/cml-with-dvc) instead of pushing to a Git repo.
[DVC](/doc/cml-with-dvc) instead of pushing to a Git repo.
- **Auto reports for ML experiments.** Auto-generate reports with metrics and
plots in each Git Pull Request. Rigorous engineering practices help your team
make informed, data-driven decisions.
Expand Down
2 changes: 1 addition & 1 deletion src/components/organisms/SubscribeSection/Form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Form: React.FC = () => {
return (
<form
className={styles.form}
action="https://sweedom.us10.list-manage.com/subscribe/post?u=a08bf93caae4063c4e6a351f6&amp;id=24c0ecc49a"
action="https://dvc.us10.list-manage.com/subscribe/post?u=a08bf93caae4063c4e6a351f6&amp;id=24c0ecc49a"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
Expand Down

0 comments on commit 797e286

Please sign in to comment.