diff --git a/general/unsplash/unsplash_access_key.rst b/general/unsplash/unsplash_access_key.rst index 069f0b372..c7341f412 100644 --- a/general/unsplash/unsplash_access_key.rst +++ b/general/unsplash/unsplash_access_key.rst @@ -20,7 +20,7 @@ Generate an Unsplash access key for **non-Saas** users .. image:: media/accept_terms.png :align: center -- You will be prompted to insert an **Application name** and a **Description**. Please prefix your application name by "**Odoo: **" so it can be recognized as an Odoo instance by Unsplash. Once done, click on **Create application**. +- You will be prompted to insert an **Application name** and a **Description**. Please prefix your application name by "**Odoo:** " so it can be recognized as an Odoo instance by Unsplash. Once done, click on **Create application**. .. image:: media/app_infos.png :align: center @@ -31,4 +31,7 @@ Generate an Unsplash access key for **non-Saas** users :align: center .. warning:: - **As a non-SaaS user**, you won't be able to register for a production Unsplash key and will be limited to your test key that has a 50 Unsplash requests per hour restriction. \ No newline at end of file + **As a non-SaaS user**, you won't be able to register for a production Unsplash key and will be limited to your test key that has a 50 Unsplash requests per hour restriction. + +.. seealso:: + * :doc:`unsplash_application_id` diff --git a/general/unsplash/unsplash_application_id.rst b/general/unsplash/unsplash_application_id.rst index 88d6518cd..9707044ed 100644 --- a/general/unsplash/unsplash_application_id.rst +++ b/general/unsplash/unsplash_application_id.rst @@ -3,19 +3,17 @@ How to generate an Unsplash application ID ======================================================= .. tip:: - You should first create and set up your Unsplash application with this tutorial: `How to generate an Unsplash access key `_. + You should first create and set up your Unsplash application with this tutorial: :doc:`unsplash_access_key`. - Go to your `applications dashboard `_ and click on your newly created Unsplash application under **Your applications**. .. image:: media/select_app.png :align: center -- You will be redirected to your application details page. The **application ID** will be visible in your browser's URL. The URL should be something like ``https://unsplash.com/oauth/applications/application_id`` +- You will be redirected to your application details page. The **application ID** will be visible in your browser's URL. The URL should be something like ``https://unsplash.com/oauth/applications/`` .. image:: media/app_id_url.png :align: center -- Note that if you `apply for a production account `_ and it got approved, your will also find your application ID in the UI. It will be listed next to your **Access Key** on your application details page. - -.. image:: media/production_account.png - :align: center \ No newline at end of file +.. warning:: + **As a non-SaaS user**, you won't be able to register for a production Unsplash key and will be limited to your test key that has a 50 Unsplash requests per hour restriction.