We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8129ee commit 6448a3eCopy full SHA for 6448a3e
README.md
@@ -1,4 +1,4 @@
1
-[](https://travis-ci.com/github/rust-lang/rustc-dev-guide)
+[](https://github.com/rust-lang/rustc-dev-guide/actions/workflows/ci.yml)
2
3
4
This is a collaborative effort to build a guide that explains how rustc
ci/linkcheck.sh
@@ -28,4 +28,4 @@ else # running locally
28
echo "Checking files changed in $COMMIT_RANGE: $CHANGED_FILES"
29
fi
30
31
-exec mdbook-linkcheck $FLAGS -- $TRAVIS_BUILD_DIR
+exec mdbook-linkcheck $FLAGS -- $GITHUB_WORKSPACE
0 commit comments