diff options
Diffstat (limited to 'src/content/blog')
-rw-r--r-- | src/content/blog/2018/12/21/ytdl-subs.adoc | 2 | ||||
-rw-r--r-- | src/content/blog/2020/10/05/swift2nix.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/content/blog/2018/12/21/ytdl-subs.adoc b/src/content/blog/2018/12/21/ytdl-subs.adoc index 5c4575f..10afbf6 100644 --- a/src/content/blog/2018/12/21/ytdl-subs.adoc +++ b/src/content/blog/2018/12/21/ytdl-subs.adoc @@ -148,7 +148,7 @@ and you'll get all of them in your local machine. [qanda] Offline:: My internet speed it somewhat -reasonable{empty}footnote:[ +reasonable{empty}footnote:internet-speed[ Considering how expensive it is and the many ways it could be better, but also how much it has improved over the last years, I say it's reasonable. ], but it is really unstable. Either at work or at home, it's not uncommon to diff --git a/src/content/blog/2020/10/05/swift2nix.adoc b/src/content/blog/2020/10/05/swift2nix.adoc index ba0125f..9a3c6fe 100644 --- a/src/content/blog/2020/10/05/swift2nix.adoc +++ b/src/content/blog/2020/10/05/swift2nix.adoc @@ -185,7 +185,7 @@ allows package managers to provide an API so that external tools can create mirrors, offline builds, other registries, isolated builds, _etc._ "*2nix" tools should build simple functions that leverage that -`local-registry.json`{empty}footnote:[ +`local-registry.json`{empty}footnote:local-registry[ This `local-registry.json` file doesn't have to be checked-in the repository at all. It could be always generated on the fly, much like how Swift's `dependencies-state.json` is. |