Skip to content

Commit

Permalink
test: links: fix failures (#997)
Browse files Browse the repository at this point in the history
* test: links: fix and sort exclude-links.txt

* links: remove dead source link
  • Loading branch information
casperdcl authored Feb 15, 2020
1 parent 022680b commit d34de72
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
43 changes: 22 additions & 21 deletions scripts/exclude-links.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
http://127.0.0.1:10000/devstoreaccount1;
https://s3-us-east-2.amazonaws.com/dvc-public/code/foo/bar
https://s3-us-east-2.amazonaws.com/dvc-public/data/foo/bar
https://s3-us-east-2.amazonaws.com/dvc-public/remote/foo/bar
https://s3-us-east-2.amazonaws.com/dvc-s3-repo/
https://s3-us-east-2.amazonaws.com/dvc-s3-repo/deb/foo
https://s3-us-east-2.amazonaws.com/dvc-s3-repo/rpm/foo
http://localhost:3000/
http://millionsongdataset.com/pages/getting-dataset/
http://ogp.me/ns
https://$
https://accounts.google.com/o/oauth2/auth
https://api.github.com/repos/$
https://blog.$
https://circleci.com/gh/iterative/dvc.org
https://code.dvc.org/foo/bar
https://data.dvc.org/foo/bar
https://discuss.$
https://drive.google.com/drive/folders/0AIac4JZqHhKmUk9PDA
https://dvc.org$
https://dvc.org/doc/command-reference/foo
https://dvc.org/foo
https://dvc.org/static/img/<filename>.gif
https://dvc.org/doc/command-reference/foo
https://code.dvc.org/foo/bar
https://data.dvc.org/foo/bar
https://man.dvc.org/foo
https://remote.dvc.org/foo/bar
https://remote.dvc.org/get-started
https://www.dvc.org/foo
https://example.com/data.txt
https://example.com/foo
https://example.com/foo/bar?baz
Expand All @@ -30,14 +27,18 @@ https://github.com/example/project.git
https://github.com/example/registry
https://github.com/iterative/dvc.org/blob/master/public$
https://github.com/iterative/dvc/releases/download/$
https://accounts.google.com/o/oauth2/auth
https://drive.google.com/drive/folders/0AIac4JZqHhKmUk9PDA
https://www.kaggle.com/rtatman/kerneld4769833fe
http://localhost:3000/
http://millionsongdataset.com/pages/getting-dataset/#subset
https://man.dvc.org/foo
https://marketplace.visualstudio.com/items?itemName=stkb.rewrap
https://myendpoint.com
https://object-storage.example.com
http://ogp.me/ns#
https://marketplace.visualstudio.com/items?itemName=stkb.rewrap
https://remote.dvc.org/foo/bar
https://remote.dvc.org/get-started
https://s3-us-east-2.amazonaws.com/dvc-public/code/foo/bar
https://s3-us-east-2.amazonaws.com/dvc-public/data/foo/bar
https://s3-us-east-2.amazonaws.com/dvc-public/remote/foo/bar
https://s3-us-east-2.amazonaws.com/dvc-s3-repo/
https://s3-us-east-2.amazonaws.com/dvc-s3-repo/deb/foo
https://s3-us-east-2.amazonaws.com/dvc-s3-repo/rpm/foo
https://www.dvc.org/foo
https://www.kaggle.com/rtatman/kerneld4769833fe
https://www.youtube.com/embed/$
https://$
1 change: 0 additions & 1 deletion src/components/Documentation/Markdown/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ export const ExternalLink = styled.a`
width: 12px;
height: 12px;
margin-left: 1px;
/* Icon source https://en.wikipedia.org/w/skins/Vector/images/external-link-ltr-icon.svg */
content: url(/static/img/external-link.svg);
}
`

0 comments on commit d34de72

Please sign in to comment.