From 8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 13 Mar 2012 19:36:09 -0700 Subject: docs(links): corrected borken links --- docs/content/misc/downloading.ngdoc | 2 +- docs/content/misc/started.ngdoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/content/misc') diff --git a/docs/content/misc/downloading.ngdoc b/docs/content/misc/downloading.ngdoc index c99de118..f2d4eec4 100644 --- a/docs/content/misc/downloading.ngdoc +++ b/docs/content/misc/downloading.ngdoc @@ -20,7 +20,7 @@ example points to (non-minified) version 0.9.12:
   
-  
+  
     
       My Angular App
       
diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc
index e86b809b..a8dd84a7 100644
--- a/docs/content/misc/started.ngdoc
+++ b/docs/content/misc/started.ngdoc
@@ -28,10 +28,10 @@ the scenes.
 
 The first line of interest defines the `ng` namespace, which makes
 AngularJS work across all browsers (especially important for IE). The
-`ng:app` tags tells angular to process the entire HTML when it is loaded:
+`ng-app` tags tells angular to process the entire HTML when it is loaded:
 
 
-    
+    
 
The next line downloads the angular script: @@ -66,7 +66,7 @@ This example demonstrates angular's two-way data binding: - Your name: + Your name:
Hello {{yourname}}!
-- cgit v1.2.3