Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix URLs to the client-server-api guide #1475

Merged
merged 1 commit into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gatsby/src/pages/faq-ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ NodeJS для написания «мостов»</li>
и до компонентов для построения UI (такие как matrix-react-sdk и matrix-ios-kit).
Выберите инструмент для своей платформы или, если не нашли ничего подходящего,
используйте созданный сообществом. Вероятно, вам также захочется почитать
<a href="https://matrix.org/docs/howtos/client-server.html">HOWTO по клиент-серверному API</a> .</p>
<a href="https://matrix.org/docs/guides/client-server-api">HOWTO по клиент-серверному API</a> .</p>

<p>Если у вас уже есть рабочая инфраструктура (XMPP, собственная реализация на HTTP или что угодно),
вы можете поднять «мост» в экосистему Matrix. Почитайте
Expand All @@ -408,7 +408,7 @@ NodeJS для написания «мостов»</li>

<h5 id="matrix-8">Как я могу написать клиент Matrix?</h5>

<p>Смотрите <a href="https://matrix.org/docs/howtos/client-server.html">HOWTO по клиент-серверному API</a>,
<p>Смотрите <a href="https://matrix.org/docs/guides/client-server-api">HOWTO по клиент-серверному API</a>,
<a href="/docs/api">документы</a> и <a href="/docs/spec">спецификации</a> по всем деталям, которые вам нужны для написания клиента.</p>

<h5 id="-11">Как я могу вам помочь с этим?</h5>
Expand Down
4 changes: 2 additions & 2 deletions gatsby/src/pages/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ const Faq = ({ data }) => {
Pick the one for your platform, or a 3rd party one if none of
the above work for you, and get plugging it in. You'll probably
also want to read the{" "}
<a href="/docs/howtos/client-server.html">
<a href="/docs/guides/client-server-api">
Client-Server API HOWTO
</a>{" "}
too.
Expand Down Expand Up @@ -1322,7 +1322,7 @@ const Faq = ({ data }) => {
</h4>
<p>
See the{" "}
<a href="/docs/howtos/client-server.html">
<a href="/docs/guides/client-server-api">
Client-Server API HOWTO
</a>{" "}
and the <a href="/docs/api">API docs</a> and{" "}
Expand Down