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

Unified Diff: src/site/docs/tutorials/custom-elements/index.markdown

Issue 20778002: more link tweaking (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: getting ready for push Created 7 years, 5 months 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
Index: src/site/docs/tutorials/custom-elements/index.markdown
diff --git a/src/site/docs/tutorials/custom-elements/index.markdown b/src/site/docs/tutorials/custom-elements/index.markdown
index 80c5f05e1b9d0ce8ba47f44a0b8204d8ae4ab56b..04cd757fc7446b6eb2d82828a8a82a2842de7966 100644
--- a/src/site/docs/tutorials/custom-elements/index.markdown
+++ b/src/site/docs/tutorials/custom-elements/index.markdown
@@ -5,9 +5,9 @@ description: "Define a custom DOM element tag with help from the Web UI package"
has-permalinks: true
tutorial:
id: web-components
-next: fetchdata
+next: fetchdata/
next-title: "Fetch Data Dynamically"
-prev: templates
+prev: templates/
prev-title: "Use Templates"
---
@@ -53,9 +53,9 @@ Get the source code for the samples featured in this target:</p>
</font>
The Dart Web UI team recently
- <a href="https://groups.google.com/a/dartlang.org/forum/#!topic/web-ui/6laXXxRtA7k">announced</a>
+ <a href="https://groups.google.com/a/dartlang.org/forum/#!topic/web-ui/6laXXxRtA7k" target="_blank">announced</a>
a port of the Polymer project:
- <a href="http://pub.dartlang.org/packages/polymer">polymer.dart</a>.
+ <a href="https://pub.dartlang.org/packages/polymer" target="_blank">polymer.dart</a>.
We've converted most of the tutorial Web UI examples and compiled some
<a href="https://github.com/dart-lang/dart-tutorials-samples/blob/master/web/to-polymer-notes.txt" target="_blank">notes</a>
@@ -76,7 +76,7 @@ that extends an existing tag.
This target shows you how to define a custom element
and how to create an instance of that element.
Dart's implementation of custom elements is in the
-<a href="http://pub.dartlang.org/packages/web_ui"
+<a href="https://pub.dartlang.org/packages/web_ui"
target="blank">Web UI package</a>,
which is required to run the examples in this target.
A previous target,
@@ -126,7 +126,7 @@ Try it! Type a number into one of the fields and press return.
<iframe class="running-app-frame"
style="height:100px;width:400px;"
- src="http://dart-lang.github.com/dart-tutorials-samples/web/target08/drseuss/web/out/drseuss.html">
+ src="http://dart-lang.github.io/dart-tutorials-samples/web/target08/drseuss/web/out/drseuss.html">
</iframe>
You can find the complete source code for this sample on github at
@@ -170,7 +170,7 @@ Try it! Enter numbers into each of the fields.
<iframe class="running-app-frame"
style="height:225px;width:400px;"
- src="http://dart-lang.github.com/dart-tutorials-samples/web/target08/convertthis/web/out/convertThis.html">
+ src="http://dart-lang.github.io/dart-tutorials-samples/web/target08/convertthis/web/out/convertThis.html">
</iframe>
You can find the complete source code for this sample on github at
« no previous file with comments | « src/site/docs/tutorials/connect-dart-html/index.markdown ('k') | src/site/docs/tutorials/fetchdata/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698