From 327b6c637e2d55d34642984cc9941d6c6e96882d Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 13 Oct 2009 18:01:24 -0700 Subject: [PATCH] fix links in tutorial R=rsc DELTA=30 (0 added, 22 deleted, 8 changed) OCL=35694 CL=35697 --- doc/go_tutorial.html | 20 +++----------------- doc/go_tutorial.txt | 14 +++----------- 2 files changed, 6 insertions(+), 28 deletions(-) diff --git a/doc/go_tutorial.html b/doc/go_tutorial.html index a54bcc606b7..f966ef936a4 100644 --- a/doc/go_tutorial.html +++ b/doc/go_tutorial.html @@ -4,27 +4,13 @@

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 +language 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
-
-
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 /doc/progs.

-

-    //depot2/go/doc/progs
-
-
Program snippets are annotated with the line number in the original file; for cleanliness, blank lines remain blank.

diff --git a/doc/go_tutorial.txt b/doc/go_tutorial.txt index 3d808da93f2..15e29281b58 100644 --- a/doc/go_tutorial.txt +++ b/doc/go_tutorial.txt @@ -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 +language specification. 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 "/doc/progs". Program snippets are annotated with the line number in the original file; for cleanliness, blank lines remain blank.