Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Unified Diff: runtime/observatory/lib/src/elements/view_footer.dart

Issue 2513703002: Fix a couple of links in runtime/observatory (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/HACKING.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/view_footer.dart
diff --git a/runtime/observatory/lib/src/elements/view_footer.dart b/runtime/observatory/lib/src/elements/view_footer.dart
index f85b1d963709d8b21e24b2d1aed4fae4615fd92c..cd8cd94662004afa252d32494e315112dc37e2c3 100644
--- a/runtime/observatory/lib/src/elements/view_footer.dart
+++ b/runtime/observatory/lib/src/elements/view_footer.dart
@@ -40,7 +40,7 @@ class ViewFooterElement extends HtmlElement implements Renderable {
void render() {
children = [
new AnchorElement()
- ..href = 'https://www.dartlang.org/tools/observatory'
+ ..href = 'https://dart-lang.github.io/observatory/'
..text = 'View documentation',
new AnchorElement()
..href =
« no previous file with comments | « runtime/observatory/HACKING.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698