]> Cypherpunks repositories - gostls13.git/commitdiff
fix links in tutorial
authorRob Pike <r@golang.org>
Wed, 14 Oct 2009 01:01:24 +0000 (18:01 -0700)
committerRob Pike <r@golang.org>
Wed, 14 Oct 2009 01:01:24 +0000 (18:01 -0700)
R=rsc
DELTA=30  (0 added, 22 deleted, 8 changed)
OCL=35694
CL=35697

doc/go_tutorial.html
doc/go_tutorial.txt

index a54bcc606b7e37ceccb15a45b67bebeb071284e2..f966ef936a4e7ba50e6e8f8e0d7055bc85f1e31e 100644 (file)
@@ -4,27 +4,13 @@
 <p>
 This document is a tutorial introduction to the basics of the Go systems programming
 language, intended for programmers familiar with C or C++. It is not a comprehensive
-guide to the language; at the moment the document closest to that is the draft
-specification:
+guide to the language; at the moment the document closest to that is the
+<a href=/doc/go_spec.html>language specification.</a>
 <p>
-<pre>
-    http://go/go/doc/go_spec.html
-
-</pre>
-To check out the compiler and tools and be ready to run Go programs, see
-<p>
-<pre>
-    http://go/go/doc/go_setup.html
-
-</pre>
 The presentation proceeds through a series of modest programs to illustrate
 key features of the language.  All the programs work (at time of writing) and are
-checked in at
+checked into the repository in the directory <a href=/doc/progs><code>/doc/progs</code></a>.
 <p>
-<pre>
-    //depot2/go/doc/progs
-
-</pre>
 Program snippets are annotated with the line number in the original file; for
 cleanliness, blank lines remain blank.
 <p>
index 3d808da93f2a52149593eb0880bded4b229d29ca..15e29281b58ae38c1352a75c43c58fdcf561c11d 100644 (file)
@@ -3,20 +3,12 @@ Let's Go
 
 This document is a tutorial introduction to the basics of the Go systems programming
 language, intended for programmers familiar with C or C++. It is not a comprehensive
-guide to the language; at the moment the document closest to that is the draft
-specification:
-
-       http://go/go/doc/go_spec.html
-
-To check out the compiler and tools and be ready to run Go programs, see
-
-       http://go/go/doc/go_setup.html
+guide to the language; at the moment the document closest to that is the
+<a href=/doc/go_spec.html>language specification.</a>
 
 The presentation proceeds through a series of modest programs to illustrate
 key features of the language.  All the programs work (at time of writing) and are
-checked in at
-
-       //depot2/go/doc/progs
+checked into the repository in the directory <a href=/doc/progs>"/doc/progs"</a>.
 
 Program snippets are annotated with the line number in the original file; for
 cleanliness, blank lines remain blank.