aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/rule-challenges.md
diff options
context:
space:
mode:
authorGravatar dzc <dzc@google.com>2017-06-26 11:01:47 +0200
committerGravatar Marcel Hlopko <hlopko@google.com>2017-06-26 18:41:14 +0200
commit205125bfceffd1920a80799e4097d6433687ca71 (patch)
tree94a255309a1feaed4b5495cc187036d3547b3be1 /site/docs/rule-challenges.md
parent01776ee8495043816e6224ebeff2756d34db41cb (diff)
Use relative paths in links in docs.
This change fixes links among Bazel docs to use relative paths links instead of absolute path (either full URL or absolute from site root). This way, versioned documentation will link to other pages within the same versioned directory rather than to the site root, which will point to the latest version of the page from HEAD. Future improvements may include adding a lint tool to check links in documentation to ensure that the correct convention is followed such that all links to pages within a version of the docs will point to pages within the same version. RELNOTES: None PiperOrigin-RevId: 160117865
Diffstat (limited to 'site/docs/rule-challenges.md')
-rw-r--r--site/docs/rule-challenges.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/rule-challenges.md b/site/docs/rule-challenges.md
index fece635b5a..23737cd830 100644
--- a/site/docs/rule-challenges.md
+++ b/site/docs/rule-challenges.md
@@ -119,7 +119,7 @@ itself and its dependencies.
Above, we argued that in order to be correct, Bazel needs to know all the input
files that go into a build step in order to detect whether that build step is
still up-to-date. The same is true for package loading and rule analysis, and we
-have designed [Skyframe] (http://www.bazel.build/docs/skyframe.html) to handle this
+have designed [Skyframe] (https://bazel.build/designs/skyframe.html) to handle this
in general. Skyframe is a graph library and evaluation framework that takes a
goal node (such as ‘build //foo with these options’), and breaks it down into
its constituent parts, which are then evaluated and combined to yield this