From 62337472990b019ba71dcfffb2093c9bc8ffbbdc Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 26 Jul 2020 02:30:46 +0900 Subject: [PATCH] Fix link in build-on-android (#842) --- blog/content/second-edition/extra/building-on-android/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/second-edition/extra/building-on-android/index.md b/blog/content/second-edition/extra/building-on-android/index.md index 9bdf0ef5..76fcd297 100644 --- a/blog/content/second-edition/extra/building-on-android/index.md +++ b/blog/content/second-edition/extra/building-on-android/index.md @@ -29,7 +29,7 @@ First, install [termux](https://termux.com/) from the [Google Play Store](https: pkg install wget tar ``` -- Add the [community repository by its-pointless](https://wiki.termux.com/wiki/Package_Management#By_its-pointless_.28live_the_dream.29:): +- Add the [community repository by its-pointless](https://wiki.termux.com/wiki/Package_Management#By_its-pointless): ``` wget https://its-pointless.github.io/setup-pointless-repo.sh bash setup-pointless-repo.sh