diff --git a/public/docs/dart/latest/guide/component-styles.jade b/public/docs/dart/latest/guide/component-styles.jade index a101402e74..c1608c5b63 100644 --- a/public/docs/dart/latest/guide/component-styles.jade +++ b/public/docs/dart/latest/guide/component-styles.jade @@ -31,6 +31,6 @@ block module-id :marked Note that special measures must be taken in Angular2 for TypeScript, if relative URLs are to have the same interpretation. See - [here](../../../ts/latest/guide/component-styles.html#!#relative-urls) + [here](../../../ts/latest/guide/component-styles.html#relative-urls) for details. diff --git a/public/docs/dart/latest/tutorial/toh-pt3.jade b/public/docs/dart/latest/tutorial/toh-pt3.jade index 7e7bd9911a..2f89fd1bc8 100644 --- a/public/docs/dart/latest/tutorial/toh-pt3.jade +++ b/public/docs/dart/latest/tutorial/toh-pt3.jade @@ -63,7 +63,7 @@ code-example(language="bash"). All of our component names end in "Component". All of our component file names end in "_component". We spell our filenames in lower **underscore case** - (AKA **[snake_case](../guide/glossary.html#!#snake_case)**) so we don't worry about + (AKA **[snake_case](../guide/glossary.html#snake_case)**) so we don't worry about case sensitivity on the server or in source control.