aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials
diff options
context:
space:
mode:
authorA Mak <refragable@mailbox.org>2020-05-02 12:48:30 -0700
committerDrew DeVault <sir@cmpwn.com>2020-05-06 09:53:26 -0400
commit03b35c153163f6ca2202c63c48584f8e20d1e5f3 (patch)
tree591518757d1b64df53a34b34c6eca9d5de4a7397 /tutorials
parent8f55fa53fd5517dbd0d485d7c80eb4edb7e91f8b (diff)
downloadsr.ht-docs-03b35c153163f6ca2202c63c48584f8e20d1e5f3.tar.gz
Correct FreeBSD image alias
Signed-off-by: A Mak <refragable@mailbox.org>
Diffstat (limited to 'tutorials')
-rw-r--r--tutorials/builds.sr.ht/github-integration.md2
-rw-r--r--tutorials/getting-started-with-builds.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/builds.sr.ht/github-integration.md b/tutorials/builds.sr.ht/github-integration.md
index d7f55ef..7199dc5 100644
--- a/tutorials/builds.sr.ht/github-integration.md
+++ b/tutorials/builds.sr.ht/github-integration.md
@@ -78,7 +78,7 @@ Portability is important - so let's try running the same manifest on another
operating system.
```yaml
-image: freebsd
+image: freebsd/latest
packages:
- meson
sources:
diff --git a/tutorials/getting-started-with-builds.md b/tutorials/getting-started-with-builds.md
index b1440d2..0cc1020 100644
--- a/tutorials/getting-started-with-builds.md
+++ b/tutorials/getting-started-with-builds.md
@@ -102,7 +102,7 @@ Portability is important - so let's try running the same manifest on another
operating system.
```yaml
-image: freebsd/current
+image: freebsd/latest
packages:
- meson
sources: