Skip to content

Commit 8e41839

Browse files
committed
blog: update links to remove tip subdomain or add https
This should not be published until Go 1.13 is out. Change-Id: Ie9c3147d21339106cbbe2e468f1f02b2abea57cd Reviewed-on: https://go-review.googlesource.com/c/blog/+/192742 Reviewed-by: Alexander Rakoczy <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 8622234 commit 8e41839

6 files changed

+9
-9
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This source code refers to The Go Authors for copyright purposes.
22
# The master list of authors is in the main Go distribution,
3-
# visible at http://tip.golang.org/AUTHORS.
3+
# visible at https://tip.golang.org/AUTHORS.

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This source code was written by the Go contributors.
22
# The master list of contributors is in the main Go distribution,
3-
# visible at http://tip.golang.org/CONTRIBUTORS.
3+
# visible at https://tip.golang.org/CONTRIBUTORS.

content/5years.article

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ lifting.
7979

8080
So, what does the future hold? We think that 2015 will be Go's biggest year yet.
8181

82-
Go 1.4—in addition to its [[http://tip.golang.org/doc/go1.4][new features and fixes]]—lays
82+
Go 1.4—in addition to its [[https://golang.org/doc/go1.4][new features and fixes]]—lays
8383
the groundwork for a new low-latency garbage collector and support for running
8484
Go on mobile devices. It is due to be released on December 1st 2014.
8585
We expect the new GC to be available in Go 1.5, due June 1st 2015, which will

content/go-fmt-your-code.article

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For emacs users, [[https://github.com/dominikh/go-mode.el][go-mode.el]] provides
4040

4141
For Eclipse or Sublime Text users, the [[https://github.com/GoClipse/goclipse][GoClipse]] and [[https://github.com/DisposaBoy/GoSublime][GoSublime]] projects add a gofmt facility to those editors.
4242

43-
And for Git aficionados, the [[http://tip.golang.org/misc/git/pre-commit][misc/git/pre-commit script]] is a pre-commit hook that prevents incorrectly-formatted Go code from being committed. If you use Mercurial, the [[https://bitbucket.org/fhs/hgstyle/overview][hgstyle plugin]] provides a gofmt pre-commit hook.
43+
And for Git aficionados, the [[https://golang.org/misc/git/pre-commit][misc/git/pre-commit script]] is a pre-commit hook that prevents incorrectly-formatted Go code from being committed. If you use Mercurial, the [[https://bitbucket.org/fhs/hgstyle/overview][hgstyle plugin]] provides a gofmt pre-commit hook.
4444

4545
* Mechanical source transformation
4646

content/go-turns-three.article

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and experience with the language.
1616

1717
Since the open source launch,
1818
we've been joined by
19-
[[http://tip.golang.org/CONTRIBUTORS][hundreds of external contributors]],
19+
[[https://tip.golang.org/CONTRIBUTORS][hundreds of external contributors]],
2020
who have extended and improved Go in myriad ways,
2121
including writing a Windows port from scratch.
2222
We added a package management system

content/module-mirror-launch.article

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ We are excited to share that our module [[https://proxy.golang.org][mirror]],
1010
[[https://index.golang.org][index]], and
1111
[[https://sum.golang.org][checksum database]] are now production ready! The `go` command
1212
will use the module mirror and checksum database by default for
13-
[[https://tip.golang.org/doc/go1.13#introduction][Go 1.13 module users]]. See
13+
[[https://golang.org/doc/go1.13#introduction][Go 1.13 module users]]. See
1414
[[https://proxy.golang.org/privacy][proxy.golang.org/privacy]] for privacy
1515
information about these services and the
16-
[[https://tip.golang.org/cmd/go/#hdr-Module_downloading_and_verification][go command documentation]]
16+
[[https://golang.org/cmd/go/#hdr-Module_downloading_and_verification][go command documentation]]
1717
for configuration details, including how to disable the use of these servers or
1818
use different ones. If you depend on non-public modules, see the
19-
[[https://tip.golang.org/cmd/go/#hdr-Module_configuration_for_non_public_modules][documentation for configuring your environment]].
19+
[[https://golang.org/cmd/go/#hdr-Module_configuration_for_non_public_modules][documentation for configuring your environment]].
2020

2121
This post will describe these services and the benefits of using them, and
2222
summarizes some of the points from the
@@ -138,4 +138,4 @@ newest modules that people are using.
138138

139139
We hope these services improve your experience with modules, and encourage you
140140
to [[https://github.com/golang/go/issues/new?title=proxy.golang.org][file issues]] if you run into
141-
problems or have feedback!
141+
problems or have feedback!

0 commit comments

Comments
 (0)