summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-29 10:09:46 +0300
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-05-08 15:06:47 +0000
commit15e24c49f788c1cfb408bf876cae199a432e0a70 (patch)
tree4b87358f97d9962fc3550698f62f217c2287e528
parent709baa0264cbdcfabe92233bb61c43a90dbb4967 (diff)
downloadsubplot.liw.fi-15e24c49f788c1cfb408bf876cae199a432e0a70.tar.gz
fix: update URLs to point at new subplot git repository location
-rw-r--r--blog/2019/10/22/iteration_planning_notes.mdwn3
-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.mdwn2
-rw-r--r--blog/2020/02/08/iteration_planning_notes_february_8.mdwn2
-rw-r--r--blog/2020/03/14/iteration_planning_notes_march_14.mdwn4
-rw-r--r--blog/2020/03/29/iteration_planing_notes_march_29.mdwn4
-rw-r--r--blog/2020/04/11/iteration_planning_note_april_11.mdwn2
-rw-r--r--blog/2020/04/25/iteration_planning_note_april_25.mdwn12
-rw-r--r--contributing.mdwn4
-rw-r--r--download.mdwn6
-rw-r--r--index.mdwn6
-rw-r--r--shortcuts.mdwn6
12 files changed, 27 insertions, 26 deletions
diff --git a/blog/2019/10/22/iteration_planning_notes.mdwn b/blog/2019/10/22/iteration_planning_notes.mdwn
index 1a4067d..d0cd4d1 100644
--- a/blog/2019/10/22/iteration_planning_notes.mdwn
+++ b/blog/2019/10/22/iteration_planning_notes.mdwn
@@ -16,7 +16,8 @@ fix it).
happen next. This will also be useful for codegen.
* Subplot is now (also) hosted on gitlab.com.
- <https://gitlab.com/larswirzenius/subplot>
+ <https://gitlab.com/subplot/subplot>
+ (repo moved 2021-04-29)
# Discussion
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 bdb9f0f..ecc5ad6 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/larswirzenius/subplot/blob/master/echo.md
+[echo.md]: https://gitlab.com/subplot/subplot/blob/master/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 4561f65..01ce170 100644
--- a/blog/2020/01/18/iteration_planning_notes_january_18.mdwn
+++ b/blog/2020/01/18/iteration_planning_notes_january_18.mdwn
@@ -59,7 +59,7 @@ Discussion
* Issue tracking, changing the software.
* We'll start advetising the gitlab repository for Subplot
- (<https://gitlab.com/larswirzenius/subplot>) as the place to
+ (<https://gitlab.com/subplot/subplot>) as the place to
file issues and merge requests.
* We'll start filing issues there ourselves.
diff --git a/blog/2020/02/08/iteration_planning_notes_february_8.mdwn b/blog/2020/02/08/iteration_planning_notes_february_8.mdwn
index f5f131c..fe56a2a 100644
--- a/blog/2020/02/08/iteration_planning_notes_february_8.mdwn
+++ b/blog/2020/02/08/iteration_planning_notes_february_8.mdwn
@@ -55,7 +55,7 @@
project to always use a standard merge commit. We may want to
revisit this if we get more contributors.
-* [https://gitlab.com/larswirzenius/subplot/issues/8] (Scenario steps
+* [https://gitlab.com/subplot/subplot/issues/8] (Scenario steps
can't be continue to the next physical line): we discussed various
ways of indicating line continuation. The discussion was
inconclusive except that whatever syntax the implementation supports
diff --git a/blog/2020/03/14/iteration_planning_notes_march_14.mdwn b/blog/2020/03/14/iteration_planning_notes_march_14.mdwn
index 35ad2ae..a625a9f 100644
--- a/blog/2020/03/14/iteration_planning_notes_march_14.mdwn
+++ b/blog/2020/03/14/iteration_planning_notes_march_14.mdwn
@@ -6,13 +6,13 @@
# What has happened
* Lars fixed [issue
- #9](https://gitlab.com/larswirzenius/subplot/-/issues/9): "There is
+ #9](https://gitlab.com/subplot/subplot/-/issues/9): "There is
no stress / scalability test for Subplot", and wrote up the
[results](https://subplot.liw.fi/blog/2020/03/13/simple_subplot_stress_testing/).
Daniel reviewed and merged.
* Lars fixed [issue
- #10](https://gitlab.com/larswirzenius/subplot/-/issues/10): "Subplot
+ #10](https://gitlab.com/subplot/subplot/-/issues/10): "Subplot
does not support plantuml for graphs". Daniel reviewed and merged.
* There was no time for the other issues that we planned for this
diff --git a/blog/2020/03/29/iteration_planing_notes_march_29.mdwn b/blog/2020/03/29/iteration_planing_notes_march_29.mdwn
index b3a1a83..f8cf75f 100644
--- a/blog/2020/03/29/iteration_planing_notes_march_29.mdwn
+++ b/blog/2020/03/29/iteration_planing_notes_march_29.mdwn
@@ -17,7 +17,7 @@
notes for changes.
* We planned the next iteration by picking issues to be handled:
- <https://gitlab.com/larswirzenius/subplot/-/milestones/4>
+ <https://gitlab.com/subplot/subplot/-/milestones/4>
* We discussed git commit signing. For now, the minimum we want is for
annotated commits to be signed. Commits do not need to be signed,
@@ -44,7 +44,7 @@
* Lars to work on the chosen issues for this iteration.
* Daniel to comment on [issue 4 (shell
- support)](https://gitlab.com/larswirzenius/subplot/-/issues/4)
+ support)](https://gitlab.com/subplot/subplot/-/issues/4)
to add his thoughts about changes to the code templating system and
adding metadata to templates.
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 0a9eac9..57fb826 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/larswirzenius/subplot/-/merge_requests/14)
+ [!14](https://gitlab.com/subpplot/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.
diff --git a/blog/2020/04/25/iteration_planning_note_april_25.mdwn b/blog/2020/04/25/iteration_planning_note_april_25.mdwn
index 838bef8..b8356eb 100644
--- a/blog/2020/04/25/iteration_planning_note_april_25.mdwn
+++ b/blog/2020/04/25/iteration_planning_note_april_25.mdwn
@@ -6,17 +6,17 @@
* We got everything done, bar finalizing the merge request to add
[shell as an output
- language](https://gitlab.com/larswirzenius/subplot/-/issues/4) for
+ language](https://gitlab.com/subplot/subplot/-/issues/4) for
codegen. That one lacks a small modification to be done.
- - [Avoid Pandoc::add_filter](https://gitlab.com/larswirzenius/subplot/-/issues/43)
+ - [Avoid Pandoc::add_filter](https://gitlab.com/subplot/subplot/-/issues/43)
- [Do lints in one
- place](https://gitlab.com/larswirzenius/subplot/-/issues/42)
+ place](https://gitlab.com/subplot/subplot/-/issues/42)
- [Bug fix: first scenario step uses
- alias](https://gitlab.com/larswirzenius/subplot/-/issues/39)
+ alias](https://gitlab.com/subplot/subplot/-/issues/39)
- [Simple
- patterns](https://gitlab.com/larswirzenius/subplot/-/issues/33)
+ patterns](https://gitlab.com/subplot/subplot/-/issues/33)
- [Check embedded files have unique
- names](https://gitlab.com/larswirzenius/subplot/-/issues/4)
+ names](https://gitlab.com/subplot/subplot/-/issues/4)
# Discussion
diff --git a/contributing.mdwn b/contributing.mdwn
index aa6730a..ceb2979 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -28,8 +28,8 @@ for you?
# Version control
-The primarey version control repository is a GitLab:
-<https://gitlab.com/larswirzenius/subplot>.
+The primary version control repository is a GitLab:
+<https://gitlab.com/subplot/subplot>.
There is an identical copy on Lars's personal git server:
<http://git.liw.fi/subplot/>. You can use either.
diff --git a/download.mdwn b/download.mdwn
index 96fd602..be9aff4 100644
--- a/download.mdwn
+++ b/download.mdwn
@@ -5,7 +5,7 @@
Subplot source code is distributed via the git version control system.
There are two repositories, which are intended to be identical:
-* GitLab: <https://gitlab.com/larswirzenius/subplot>
+* GitLab: <https://gitlab.com/subplot/subplot>
* git.liw.fi: <http://git.liw.fi/subplot/>
Use either according to preference.
@@ -17,7 +17,7 @@ toolchain and cargo installed. If you have that installed and
configured, you can build and install Subplot from source as follows:
~~~sh
-git clone https://gitlab.com/larswirzenius/subplot
+git clone https://gitlab.com/subplot/subplot
cd subplot
cargo build
cargo install --path=.
@@ -48,7 +48,7 @@ There is a Debian package built by CI from every commit. It works on
Debian 10 (buster) and later. We have a script to install it:
~~~sh
-curl -s https://gitlab.com/larswirzenius/subplot/-/raw/main/install-debian.sh | sudo bash
+curl -s https://gitlab.com/subplot/subplot/-/raw/main/install-debian.sh | sudo bash
~~~
If you'd rather not download a script from the Internet and run it as
diff --git a/index.mdwn b/index.mdwn
index 11afb1a..4c5d202 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -92,17 +92,17 @@ See actual, working, tested examples:
* The Unix echo command
([html](https://examples.subplot.liw.fi/echo.html),
[PDF](https://examples.subplot.liw.fi/echo.pdf),
- [source](https://gitlab.com/larswirzenius/subplot/-/blob/main/echo.md)).
+ [source](https://gitlab.com/subplot/subplot/-/blob/main/echo.md)).
* A hypothetical JSON store with access control and a web API
([html](https://examples.subplot.liw.fi/muck.html),
[PDF](https://examples.subplot.liw.fi/muck.pdf),
- [source](https://gitlab.com/larswirzenius/subplot/-/blob/main/muck.md)).
+ [source](https://gitlab.com/subplot/subplot/-/blob/main/muck.md)).
* Subplot's own acceptance criteria, a non-trivial example
([html](https://examples.subplot.liw.fi/subplot.html),
[PDF](https://examples.subplot.liw.fi/subplot.pdf),
- [source](https://gitlab.com/larswirzenius/subplot/-/blob/main/subplot.md)).
+ [source](https://gitlab.com/subplot/subplot/-/blob/main/subplot.md)).
The [examples][] site may have more examples, if we forget to list
them here. These are generated automatically from the Subplot source
diff --git a/shortcuts.mdwn b/shortcuts.mdwn
index 69b6937..2bd7a0e 100644
--- a/shortcuts.mdwn
+++ b/shortcuts.mdwn
@@ -3,6 +3,6 @@
The following shortcuts are being defined:
-- [[!shortcut name=issue url="https://gitlab.com/larswirzenius/subplot/-/issues/%s" desc="Subplot issue %s"]]
-- [[!shortcut name=mr url="https://gitlab.com/larswirzenius/subplot/-/merge_requests/%s" desc="Subplot merge request %s"]]
-- [[!shortcut name=milestone url="https://gitlab.com/larswirzenius/subplot/-/milestones/%s" desc="Subplot milestone %s"]]
+- [[!shortcut name=issue url="https://gitlab.com/subplot/subplot/-/issues/%s" desc="Subplot issue %s"]]
+- [[!shortcut name=mr url="https://gitlab.com/subplot/subplot/-/merge_requests/%s" desc="Subplot merge request %s"]]
+- [[!shortcut name=milestone url="https://gitlab.com/subplot/subplot/-/milestones/%s" desc="Subplot milestone %s"]]