Skip to content

fix links #525

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

Merged
merged 1 commit into from
Oct 7, 2020
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
2 changes: 2 additions & 0 deletions source/triggers/authentication-triggers.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _authentication-triggers:

=======================
Authentication Triggers
=======================
Expand Down
10 changes: 5 additions & 5 deletions source/tutorial/realm-app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ managing the Task Tracker backend.
Now that we can view the configuration of our app in the Realm UI, we
can take a look at all of the configuration uploaded from the JSON in
``realm-tutorial-backend``. If you'd rather jump straight into a client
SDK guides, you can find the links in the :ref:`What's Next? section
<client-sdk-guides>`.
SDK guides, you can find the links in the
:ref:`What's Next? section <client-sdk-guides>` below.

Schema
~~~~~~
Expand All @@ -383,7 +383,7 @@ applications, with minor exceptions.
.. see::

To learn more about schemas in {+service+}, see the
:ref:`documentation on Realm Schema <schema>`.
:ref:`documentation on Realm Schemas <mongodb-schemas>`.

Authentication
~~~~~~~~~~~~~~
Expand Down Expand Up @@ -503,6 +503,8 @@ start adding to-do tasks or even other users as project members.
To learn more about triggers in {+service+}, see the
:ref:`documentation on triggers <triggers>`.

.. _client-sdk-guides:

What's Next?
------------

Expand All @@ -513,8 +515,6 @@ Now that you have a working Realm application, you can follow one of our client
application tutorials to connect to your Realm app and manage tasks from a
mobile or web application.

.. client-sdk-guides::

- :doc:`iOS (Swift) </tutorial/ios-swift>`
- :doc:`Android (Kotlin) </tutorial/android-kotlin>`
- :doc:`React Native (JavaScript) </tutorial/react-native>`
Expand Down