From a6ced2c35237ee67fec02a5e423abedb22f44278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Tue, 4 Nov 2025 18:49:10 -0500 Subject: [PATCH] Fixed some typos and added extern links --- content/docs/contributing.smd | 4 ++-- content/docs/platform/android.smd | 7 ++++--- content/installation.smd | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/content/docs/contributing.smd b/content/docs/contributing.smd index 0d91b28..994a448 100644 --- a/content/docs/contributing.smd +++ b/content/docs/contributing.smd @@ -47,8 +47,8 @@ quick. We are happy when you [share your workflows](https://discord.gg/XeYatDhh) or when someone asks something and gets a helpful answer, for example, a 30 sec video is really helpful because it exactly shows how something can -be achieved. Use [asciinema] or whatever allows others to see how to get -things done. +be achieved. Use [asciinema](https://asciinema.org/) or whatever allows +others to see how you get things done. Spreading the word is another way to contribute to Flow Code growth, making blog entries and sharing with others what you can build or achieve diff --git a/content/docs/platform/android.smd b/content/docs/platform/android.smd index 3bc0202..74f367b 100644 --- a/content/docs/platform/android.smd +++ b/content/docs/platform/android.smd @@ -3,11 +3,12 @@ .date = @date("2025-11-04T12:24:45+02:00"), .author = "Igor Támara", .layout = "index.shtml", -.draft = true, +.draft = false, --- -flow can be used in Android under [termux](), when in termux, follow -[installation instructions], just copy paste and you are up and running. +flow can be used in Android under [termux](https://termux.dev), inside termux, follow +[installation instructions](/installation),i.e., just copy paste and you are up and +running. ## Fonts diff --git a/content/installation.smd b/content/installation.smd index 514e930..013ec9e 100644 --- a/content/installation.smd +++ b/content/installation.smd @@ -32,7 +32,7 @@ with debug symbols: curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --debug ``` -See all avalable options for the installer script: +See all available options for the installer script: ``` curl -fsSL https://flow-control.dev/install | sh -s -- --help @@ -49,7 +49,7 @@ update-flow At the top of the installer are variables to pre-answer the installation questions. Configure them to your liking. -We have some tips for [Android](/docs/platform/android) +We have some tips for [Android](/docs/platform/android/) []($section.id("windows")) ##  Windows