From 4740da4d97e7ada20c82b9403e4a22e9c30cc3eb Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 3 Jun 2021 17:03:37 -0400 Subject: [PATCH] Change join.lemmy.ml to join-lemmy.org --- src/en/SUMMARY.md | 2 +- src/en/client_development/api_reference.md | 2 +- src/en/client_development/client_development.md | 4 ++-- src/en/client_development/http_api.md | 4 ++-- src/en/federation/lemmy_protocol.md | 2 +- src/es/SUMMARY.md | 2 +- src/es/client_development/api_reference.md | 2 +- src/es/client_development/client_development.md | 4 ++-- src/es/client_development/http_api.md | 4 ++-- src/es/federation/lemmy_protocol.md | 2 +- src/fr/SUMMARY.md | 2 +- src/fr/federation/lemmy_protocol.md | 2 +- src/ru/SUMMARY.md | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/en/SUMMARY.md b/src/en/SUMMARY.md index 411d7f8..37ae533 100644 --- a/src/en/SUMMARY.md +++ b/src/en/SUMMARY.md @@ -20,7 +20,7 @@ - [Client Development](client_development/client_development.md) - [Theming Guide](client_development/theming.md) - [API reference](client_development/api_reference.md) - - [WebSocket API](https://join.lemmy.ml/api/index.html) + - [WebSocket API](https://join-lemmy.org/api/index.html) - [HTTP API](client_development/http_api.md) - [Creating a Custom Frontend](client_development/custom_frontend.md) - [Contributing](contributing/contributing.md) diff --git a/src/en/client_development/api_reference.md b/src/en/client_development/api_reference.md index f6436c0..8d4afab 100644 --- a/src/en/client_development/api_reference.md +++ b/src/en/client_development/api_reference.md @@ -1,7 +1,7 @@ # API reference Lemmy has two, intertwined APIs: -- [WebSocket](https://join.lemmy.ml/api/index.html) +- [WebSocket](https://join-lemmy.org/api/index.html) - [HTTP](http_api.md) This page describes concepts that are common to both. diff --git a/src/en/client_development/client_development.md b/src/en/client_development/client_development.md index a5e6fef..73c315b 100644 --- a/src/en/client_development/client_development.md +++ b/src/en/client_development/client_development.md @@ -2,5 +2,5 @@ - [Theming Guide](client_development/theming.md) - [API reference](client_development/api_reference.md) -- [WebSocket API](https://join.lemmy.ml/api/index.html) -- [HTTP API](client_development/http_api.md) \ No newline at end of file +- [WebSocket API](https://join-lemmy.org/api/index.html) +- [HTTP API](client_development/http_api.md) diff --git a/src/en/client_development/http_api.md b/src/en/client_development/http_api.md index f75e7e6..c522c0b 100644 --- a/src/en/client_development/http_api.md +++ b/src/en/client_development/http_api.md @@ -20,14 +20,14 @@ ## WebSocket vs HTTP API Lemmy's HTTP API is almost identical to its WebSocket API: -- **WebSocket API** needs `let send = { op: userOperation[op], data: form}` as shown in [the WebSocketAPI specification](https://join.lemmy.ml/api/index.html) +- **WebSocket API** needs `let send = { op: userOperation[op], data: form}` as shown in [the WebSocketAPI specification](https://join-lemmy.org/api/index.html) - **HTTP API** needs the form (data) at the top level, an HTTP operation (GET, PUT or POST) and endpoint (at `http(s)://host/api/v2/endpoint`). For example: > `POST {username_or_email: X, password: X}` For more information, see the [http.ts](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/http.ts) file. -[The WebSocket API](https://join.lemmy.ml/api/index.html) should be regarded as the primary source for the HTTP API since it also provides information about how to form HTTP API calls. +[The WebSocket API](https://join-lemmy.org/api/index.html) should be regarded as the primary source for the HTTP API since it also provides information about how to form HTTP API calls. ## Examples diff --git a/src/en/federation/lemmy_protocol.md b/src/en/federation/lemmy_protocol.md index 813459f..b629d2f 100644 --- a/src/en/federation/lemmy_protocol.md +++ b/src/en/federation/lemmy_protocol.md @@ -60,7 +60,7 @@ In the following tables, "mandatory" refers to whether or not Lemmy will accept "sc": "http://schema.org#", "stickied": "as:stickied", "sensitive": "as:sensitive", - "pt": "https://join.lemmy.ml#", + "pt": "https://join-lemmy.org#", "comments_enabled": { "type": "sc:Boolean", "id": "pt:commentsEnabled" diff --git a/src/es/SUMMARY.md b/src/es/SUMMARY.md index a8817fa..70839e4 100644 --- a/src/es/SUMMARY.md +++ b/src/es/SUMMARY.md @@ -20,7 +20,7 @@ - [Client Development](client_development/client_development.md) - [Theming Guide](client_development/theming.md) - [API reference](client_development/api_reference.md) - - [WebSocket API](https://join.lemmy.ml/api/index.html) + - [WebSocket API](https://join-lemmy.org/api/index.html) - [HTTP API](client_development/http_api.md) - [Creating a Custom Frontend](client_development/custom_frontend.md) - [Contributing](contributing/contributing.md) diff --git a/src/es/client_development/api_reference.md b/src/es/client_development/api_reference.md index f6436c0..8d4afab 100644 --- a/src/es/client_development/api_reference.md +++ b/src/es/client_development/api_reference.md @@ -1,7 +1,7 @@ # API reference Lemmy has two, intertwined APIs: -- [WebSocket](https://join.lemmy.ml/api/index.html) +- [WebSocket](https://join-lemmy.org/api/index.html) - [HTTP](http_api.md) This page describes concepts that are common to both. diff --git a/src/es/client_development/client_development.md b/src/es/client_development/client_development.md index a5e6fef..73c315b 100644 --- a/src/es/client_development/client_development.md +++ b/src/es/client_development/client_development.md @@ -2,5 +2,5 @@ - [Theming Guide](client_development/theming.md) - [API reference](client_development/api_reference.md) -- [WebSocket API](https://join.lemmy.ml/api/index.html) -- [HTTP API](client_development/http_api.md) \ No newline at end of file +- [WebSocket API](https://join-lemmy.org/api/index.html) +- [HTTP API](client_development/http_api.md) diff --git a/src/es/client_development/http_api.md b/src/es/client_development/http_api.md index f75e7e6..c522c0b 100644 --- a/src/es/client_development/http_api.md +++ b/src/es/client_development/http_api.md @@ -20,14 +20,14 @@ ## WebSocket vs HTTP API Lemmy's HTTP API is almost identical to its WebSocket API: -- **WebSocket API** needs `let send = { op: userOperation[op], data: form}` as shown in [the WebSocketAPI specification](https://join.lemmy.ml/api/index.html) +- **WebSocket API** needs `let send = { op: userOperation[op], data: form}` as shown in [the WebSocketAPI specification](https://join-lemmy.org/api/index.html) - **HTTP API** needs the form (data) at the top level, an HTTP operation (GET, PUT or POST) and endpoint (at `http(s)://host/api/v2/endpoint`). For example: > `POST {username_or_email: X, password: X}` For more information, see the [http.ts](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/http.ts) file. -[The WebSocket API](https://join.lemmy.ml/api/index.html) should be regarded as the primary source for the HTTP API since it also provides information about how to form HTTP API calls. +[The WebSocket API](https://join-lemmy.org/api/index.html) should be regarded as the primary source for the HTTP API since it also provides information about how to form HTTP API calls. ## Examples diff --git a/src/es/federation/lemmy_protocol.md b/src/es/federation/lemmy_protocol.md index ffe7de2..66e382b 100644 --- a/src/es/federation/lemmy_protocol.md +++ b/src/es/federation/lemmy_protocol.md @@ -60,7 +60,7 @@ En las siguientes tablas, "obligatorio" se refiere a si Lemmy aceptará o no una "sc": "http://schema.org#", "stickied": "as:stickied", "sensitive": "as:sensitive", - "pt": "https://join.lemmy.ml#", + "pt": "https://join-lemmy.org#", "comments_enabled": { "type": "sc:Boolean", "id": "pt:commentsEnabled" diff --git a/src/fr/SUMMARY.md b/src/fr/SUMMARY.md index 0d454ba..91ae442 100644 --- a/src/fr/SUMMARY.md +++ b/src/fr/SUMMARY.md @@ -20,7 +20,7 @@ - [Client Development](client_development/client_development.md) - [Theming Guide](client_development/theming.md) - [API reference](client_development/api_reference.md) - - [WebSocket API](https://join.lemmy.ml/api/index.html) + - [WebSocket API](https://join-lemmy.org/api/index.html) - [HTTP API](client_development/http_api.md) - [Creating a Custom Frontend](client_development/custom_frontend.md) - [Contributing](contributing/contributing.md) diff --git a/src/fr/federation/lemmy_protocol.md b/src/fr/federation/lemmy_protocol.md index 41ba116..b966a93 100644 --- a/src/fr/federation/lemmy_protocol.md +++ b/src/fr/federation/lemmy_protocol.md @@ -62,7 +62,7 @@ Dans les tableaux suivants, le terme "obligatoire" indique si Lemmy accepte ou n "sc": "http://schema.org#", "stickied": "as:stickied", "sensitive": "as:sensitive", - "pt": "https://join.lemmy.ml#", + "pt": "https://join-lemmy.org#", "comments_enabled": { "type": "sc:Boolean", "id": "pt:commentsEnabled" diff --git a/src/ru/SUMMARY.md b/src/ru/SUMMARY.md index 970faf2..c647789 100644 --- a/src/ru/SUMMARY.md +++ b/src/ru/SUMMARY.md @@ -20,7 +20,7 @@ - [Разработка Клиентов](client_development/client_development.md) - [Руководство по темам](client_development/theming.md) - [Справочник по API](client_development/api_reference.md) - - [WebSocket API](https://join.lemmy.ml/api/index.html) + - [WebSocket API](https://join-lemmy.org/api/index.html) - [HTTP API](client_development/http_api.md) - [Создание пользовательского интерфейса](client_development/custom_frontend.md) - [Вклад](contributing/contributing.md)