Skip to content

Commit 920a976

Browse files
committed
all: use https, add another resource from Dave Cheney
1 parent 986cd54 commit 920a976

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

000-go-installation/README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ export GOPATH=$HOME/go
3636
$ export PATH=$GOPATH/bin:$PATH
3737
```
3838

39-
_Note: `$GOPATH` will probably go away with Go1.13_
39+
_Note: `$GOPATH` will probably go away with Go1.13._
4040

4141
Make sure the `go` tool is correctly setup:
4242

@@ -116,16 +116,17 @@ The `Go` programming language is quite new (released in 2009) but
116116
ships already with quite a fair amount of documentation.
117117
Here are a few pointers:
118118

119-
- http://golang.org/doc/code.html
120-
- http://tour.golang.org
121-
- http://golang.org/doc/effective_go.html
122-
- http://dave.cheney.net/resources-for-new-go-programmers
123-
- http://gobyexample.com
119+
- https://golang.org/doc/code.html
120+
- https://tour.golang.org
121+
- https://golang.org/doc/effective_go.html
122+
- https://dave.cheney.net/resources-for-new-go-programmers
123+
- https://dave.cheney.net/practical-go/presentations/qcon-china.html
124+
- https://gobyexample.com
124125

125126
For more advanced topics:
126127

127-
- http://talks.golang.org
128-
- http://blog.golang.org
128+
- https://talks.golang.org
129+
- https://blog.golang.org
129130
- https://groups.google.com/d/forum/golang-nuts (`Go` community forum)
130131
- the internets. typical queries are `go something` or `golang something`
131132

001-fwk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ go get go-hep.org/x/hep/fwk/...
1818

1919
The documentation is available on `godoc`:
2020

21-
http://godoc.org/go-hep.org/x/hep/fwk
21+
https://godoc.org/go-hep.org/x/hep/fwk
2222

2323
## Examples
2424

0 commit comments

Comments
 (0)