diff options
Diffstat (limited to '_content/doc/tutorial/index.html')
| -rw-r--r-- | _content/doc/tutorial/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/_content/doc/tutorial/index.html b/_content/doc/tutorial/index.html index 80f9c018..1bbb78d0 100644 --- a/_content/doc/tutorial/index.html +++ b/_content/doc/tutorial/index.html @@ -20,13 +20,13 @@ <tbody> <tr class="DocTable-row"> <td class="DocTable-cell"> - <a href="getting-started.html">Getting started</a> + <a href="/doc/tutorial/getting-started.html">Getting started</a> </td> <td class="DocTable-cell">Say Hello, World with Go.</td> </tr> <tr class="DocTable-row"> <td class="DocTable-cell"> - <a href="create-module.html">Create a module</a> + <a href="/doc/tutorial/create-module.html">Create a module</a> </td> <td class="DocTable-cell"> A multi-part tutorial that introduces common programming language @@ -38,7 +38,8 @@ <a href="https://tour.golang.org/welcome/1">A Tour of Go</a> </td> <td class="DocTable-cell"> - An interactive introduction to Go: basic syntax and data structures; methods and interfaces; and Go's concurrency primitives. + An interactive introduction to Go: basic syntax and data structures; + methods and interfaces; and Go's concurrency primitives. </td> </tr> </tbody> |
