summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-08 20:37:25 +0200
committerDavid Robillard <d@drobilla.net>2020-07-08 20:37:25 +0200
commit03bacf723840007986bd0ccdaeb8d325787a11f5 (patch)
treec1174f2b8fff5176418021f3572be1f99933c679
parenta2c9a6cffffb9069c81fa3a417850588bd799bc0 (diff)
downloadlv2site-03bacf723840007986bd0ccdaeb8d325787a11f5.tar.xz
Update git links to point to Gitlab
-rw-r--r--content/pages/developing.md13
-rw-r--r--content/pages/projects.md2
2 files changed, 8 insertions, 7 deletions
diff --git a/content/pages/developing.md b/content/pages/developing.md
index 0e1b1cb..5db7b05 100644
--- a/content/pages/developing.md
+++ b/content/pages/developing.md
@@ -3,7 +3,7 @@ Title: Developing
The best way to learn LV2 is by example. The documentation and example
projects mentioned below are good starting points. If you're writing a plugin
in C, copying one of the
-[example plugins](http://lv2plug.in/git/cgit.cgi/lv2.git/tree/plugins) in LV2
+[example plugins](https://gitlab.com/lv2/lv2/-/tree/master/plugins) in LV2
as a template is recommended.
**What *not* to do:** If you are new to LV2, do *not* look at the
@@ -17,7 +17,7 @@ check the references later when you need specifics.
LV2 includes several well-documented example plugins which are simple
demonstrations of various plugin types. If you prefer to read source code,
they are in the
-[`plugins`](http://lv2plug.in/git/cgit.cgi/lv2.git/tree/plugins) directory of
+[`plugins`](https://gitlab.com/lv2/lv2/-/tree/master/plugins) directory of
the LV2 distribution.
There is also a "book" generated from the literate source code of these plugins
@@ -69,13 +69,14 @@ there for documentation about a specific function, struct, or define.
## Contributing to LV2
-Both LV2 itself and this site are stored in [git](http://lv2plug.in/git):
+Both LV2 itself and this site are stored in [git](https://gitlab.com/lv2):
:::sh
- git clone http://lv2plug.in/git/lv2
- git clone http://lv2plug.in/git/lv2site
+ git clone https://gitlab.com/lv2/lv2.git
+ git clone https://gitlab.com/lv2/site.git
-There is also an official mirror on [Github](https://github.com/drobilla/lv2).
+There are also mirrors at [lv2plug.in](https://lv2plug.in/git/) and
+[Github](https://github.com/drobilla/lv2).
Contributions are most welcome. If you plan to implement something
significant, it is a good idea to discuss it with the community on the mailing
diff --git a/content/pages/projects.md b/content/pages/projects.md
index de636cf..c407cdc 100644
--- a/content/pages/projects.md
+++ b/content/pages/projects.md
@@ -3,7 +3,7 @@ title: Projects
This page is a partial list of LV2 projects. If you know of any that are not
listed here, please
[let us know](http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in) or [send a
-patch](http://lv2plug.in/git).
+patch](https://gitlab.com/lv2).
Another list is available at <http://apps.linuxaudio.org/apps/all/lv2>.