summaryrefslogtreecommitdiff
path: root/_content/blog
diff options
context:
space:
mode:
Diffstat (limited to '_content/blog')
-rw-r--r--_content/blog/waza-talk/index.adoc2
-rw-r--r--_content/blog/when-generics/index.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/_content/blog/waza-talk/index.adoc b/_content/blog/waza-talk/index.adoc
index e8e5305..ed16a2a 100644
--- a/_content/blog/waza-talk/index.adoc
+++ b/_content/blog/waza-talk/index.adoc
@@ -32,4 +32,4 @@ https://go.dev/talks/2012/waza.slide[go.dev/talks^]
Untuk belajar tentang primitif konkurensi pada Go, lihatlah
http://www.youtube.com/watch?v=f6kdp27TYZs[Pola konkurensi pada Go^]
-(https://go.home.local/go.dev/talks/2012/concurrency.slide[salindia^]).
+(https://go.dev/talks/2012/concurrency.slide[salindia^]).
diff --git a/_content/blog/when-generics/index.adoc b/_content/blog/when-generics/index.adoc
index 6e6241b..a16388f 100644
--- a/_content/blog/when-generics/index.adoc
+++ b/_content/blog/when-generics/index.adoc
@@ -272,7 +272,7 @@ mengikutkan sebuah fungsi generik untuk mengurutkan sebuah slice
menggunakan fungsi pembandingan, dan fungsi generik tersebut
kemungkinan besar tidak menggunakan `sort.Interface`.
Lihat
-https://go.home.local/go.dev/issue/47619[proposal #47619].
+https://go.dev/issue/47619[proposal #47619].
Sangat masuk akal menggunakan parameter tipe saat Anda butuh
mengimplementasikan method yang hampir sama untuk tipe-tipe yang
dibutuhkan.)