summaryrefslogtreecommitdiffstats
path: root/content/pages/developing.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/pages/developing.md')
-rw-r--r--content/pages/developing.md13
1 files changed, 7 insertions, 6 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