summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-24 09:54:41 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-24 09:54:41 +0300
commit6b82bde5c8766e94817f4b49c67c3daa53c4686e (patch)
tree0397b4fe9fec0726400113ae5501c802d1360c3d /blog
parent06f9477c494d8b35aaf1eb586a0d589004d1913f (diff)
downloadsubplot.liw.fi-6b82bde5c8766e94817f4b49c67c3daa53c4686e.tar.gz
fix: broken links
Sponsored-by: author
Diffstat (limited to 'blog')
-rw-r--r--blog/2020/01/04/iteration_planning_notes_january_4.mdwn2
-rw-r--r--blog/2020/01/18/iteration_planning_notes_january_18.mdwn3
-rw-r--r--blog/2020/04/11/iteration_planning_note_april_11.mdwn2
3 files changed, 4 insertions, 3 deletions
diff --git a/blog/2020/01/04/iteration_planning_notes_january_4.mdwn b/blog/2020/01/04/iteration_planning_notes_january_4.mdwn
index ecc5ad6..9cd87d0 100644
--- a/blog/2020/01/04/iteration_planning_notes_january_4.mdwn
+++ b/blog/2020/01/04/iteration_planning_notes_january_4.mdwn
@@ -9,7 +9,7 @@
generate a Python test program for the [echo.md][] example in the
Subplot source tree. This feels like a milestone.
-[echo.md]: https://gitlab.com/subplot/subplot/blob/master/echo.md
+[echo.md]: https://gitlab.com/subplot/subplot/-/blob/main/examples/echo/echo.md
# Discussion
diff --git a/blog/2020/01/18/iteration_planning_notes_january_18.mdwn b/blog/2020/01/18/iteration_planning_notes_january_18.mdwn
index 01ce170..261c4ce 100644
--- a/blog/2020/01/18/iteration_planning_notes_january_18.mdwn
+++ b/blog/2020/01/18/iteration_planning_notes_january_18.mdwn
@@ -9,7 +9,8 @@ What has happened
generator, and written the first self-tests for Subplot.
* There is now a site for automatically generated example subplots:
- <https://examples.subplot.liw.fi/>.
+ `https://examples.subplot.liw.fi/`. (Updated in 2021: moved to
+ <https://doc.subplot.liw.fi/>.)
* Overall, Subplot is starting to be ready for some careful real use.
Lars will start using it at work for internal tooling.
diff --git a/blog/2020/04/11/iteration_planning_note_april_11.mdwn b/blog/2020/04/11/iteration_planning_note_april_11.mdwn
index 57fb826..412465f 100644
--- a/blog/2020/04/11/iteration_planning_note_april_11.mdwn
+++ b/blog/2020/04/11/iteration_planning_note_april_11.mdwn
@@ -7,7 +7,7 @@
* We've mostly done everything planned for this iteration. This was
met with mutual satisfaction.
- there's a merge conflict on
- [!14](https://gitlab.com/subpplot/subplot/-/merge_requests/14)
+ [!14](https://gitlab.com/subplot/subplot/-/merge_requests/14)
that wasn't resolved before the meeting, but will be done later
today, and indeed was done while writing this note.
- We sorted out two other merge requests during the meeting.