Improving links (http -> https) (#425)

This commit is contained in:
Andreas Deininger
2022-06-06 20:31:46 +02:00
committed by GitHub
parent 25d2811293
commit da13e2fbe7
130 changed files with 182 additions and 182 deletions

View File

@@ -43,7 +43,7 @@ to give you a sense of the package.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/mdta6dlNB6e"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<a href="https://go.dev/play/p/DSKkoyx9Rcy"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<pre class="chroma"><span class="kn">package</span> <span class="nx">main</span>
</pre>
</td>
@@ -95,7 +95,7 @@ it a lot below.</p>
package, not methods on the string object itself,
we need pass the string in question as the first
argument to the function. You can find more
functions in the <a href="http://golang.org/pkg/strings/"><code>strings</code></a>
functions in the <a href="https://pkg.go.dev/strings"><code>strings</code></a>
package docs.</p>
</td>