aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-04-14 10:44:51 +0200
committerMs2ger <ms2ger@gmail.com>2015-04-14 10:44:51 +0200
commit49393a87623d3d7d0453689bf0d633753dd8921d (patch)
treee8448fb4b5ef7d7c7599bd01b3116267ecf81985 /components/script/script_task.rs
parent4997d3a112354a407365fede1ab1944834a2e13c (diff)
downloadservo-49393a87623d3d7d0453689bf0d633753dd8921d.tar.gz
servo-49393a87623d3d7d0453689bf0d633753dd8921d.zip
Update some URLs.
The HTML spec's division into pages is not stable, so it is safer to use the URL without a specific page (which will redirect).
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r--components/script/script_task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs
index 62f7381f77e..ec4b40bfc75 100644
--- a/components/script/script_task.rs
+++ b/components/script/script_task.rs
@@ -1233,7 +1233,7 @@ impl ScriptTask {
}
}
- /// https://html.spec.whatwg.org/multipage/browsers.html#navigating-across-documents
+ /// https://html.spec.whatwg.org/multipage/#navigating-across-documents
/// The entry point for content to notify that a new load has been requested
/// for the given pipeline (specifically the "navigate" algorithm).
fn handle_navigate(&self, pipeline_id: PipelineId, subpage_id: Option<SubpageId>, load_data: LoadData) {