diff --git a/content/docs/object-storage-s3/rclone.mdx b/content/docs/object-storage-s3/rclone.mdx
index 188c997e..41700f73 100644
--- a/content/docs/object-storage-s3/rclone.mdx
+++ b/content/docs/object-storage-s3/rclone.mdx
@@ -144,7 +144,7 @@ Then, you will need to choose how to enter your S3 credentials. **In this case,

-In the next steps, enter your **access_key_id** and **secret_access_key**, which you either received from the administrator or generated yourself with the [Gatekeeper service](https://access.du.cesnet.cz/) .
+In the next steps, enter your **access_key_id** and **secret_access_key**, which you either received from the administrator or generated yourself with the [Gatekeeper service](https://gatekeeper.du.cesnet.cz/) .

@@ -152,7 +152,7 @@ Next, select the **Option region**. Leave **this field empty** and press **Enter

-Enter the **Option endpoint** corresponding to the data center for which you generated the credentials (**s3.cl2.du.cesnet.cz** as an example). Check the [Gatekeeper service](https://access.du.cesnet.cz/) if you do not rememeber the endpoint address.
+Enter the **Option endpoint** corresponding to the data center for which you generated the credentials (**s3.cl2.du.cesnet.cz** as an example). Check the [Gatekeeper service](https://gatekeeper.du.cesnet.cz/) if you do not rememeber the endpoint address.

diff --git a/content/docs/object-storage-s3/s3-features.mdx b/content/docs/object-storage-s3/s3-features.mdx
index 3d749c7b..b197d922 100644
--- a/content/docs/object-storage-s3/s3-features.mdx
+++ b/content/docs/object-storage-s3/s3-features.mdx
@@ -494,7 +494,7 @@ Only the bucket owner can modify policies!
-The group identifier can be obtained from the Gatekeeper service: **https://access.du.cesnet.cz/**.
+The group identifier can be obtained from the [Gatekeeper service](https://gatekeeper.du.cesnet.cz/).
In the following image:
A – Group/Tenant ID
B – User ID
diff --git a/content/docs/object-storage-s3/s3-getting-access.mdx b/content/docs/object-storage-s3/s3-getting-access.mdx
index 5372a643..4bd7b364 100644
--- a/content/docs/object-storage-s3/s3-getting-access.mdx
+++ b/content/docs/object-storage-s3/s3-getting-access.mdx
@@ -41,7 +41,7 @@ When you finished your registration (or your brand new VO has been set up for yo
**Important:** It takes some time to propagate your Perun registration information to other systems. Please wait at least 30 minutes before you proceed with the following steps.
-The storage access credentials consist of a pair of keys (long hexadecimal numbers) - an `access key` and a `secret key`; keys are generated by every user in the access control system called Gatekeeper [https://access.du.cesnet.cz](https://access.du.cesnet.cz).
+The storage access credentials consist of a pair of keys (long hexadecimal numbers) - an `access key` and a `secret key`; keys are generated by every user in the access control system called Gatekeeper [https://gatekeeper.du.cesnet.cz](https://gatekeeper.du.cesnet.cz).
You can generate as many key pairs as you wish to access your storage. Is is recommended to generate and use a separate access/secret key pair for each and every specific tool you access the storage with (see below).
@@ -49,7 +49,7 @@ You can generate as many key pairs as you wish to access your storage. Is is rec
**Recommendation:** It might be a good practice to record key pairs together with a description of where they are to be used in a password management aplication (like Keepass, 1Password, etc.). While you can always find the `access key` at the Gatekeeper, there is no way to reveal the genereated `secret key` - it is displayed only once at the time of generation. In you lose the secret key, you have to generate a new pair of keys (and delete the old one once you have reconfigured all clients that used it).
-To **generate keys**, log in to Gatekeeper [https://access.du.cesnet.cz](https://access.du.cesnet.cz), press the `+ New key` button and enter a name for the key pair (like *My WinSCP Keys*). Wait until keys are genereated and copy and save them **both**. Also, mark down (copy and save) the S3 Storage Endpoint address displayed above the list of generated keys.
+To **generate keys**, log in to [Gatekeeper](https://gatekeeper.du.cesnet.cz), press the `+ New key` button and enter a name for the key pair (like *My WinSCP Keys*). Wait until keys are genereated and copy and save them **both**. Also, mark down (copy and save) the S3 Storage Endpoint address displayed above the list of generated keys.
**Note:** You will need access key, secret key, and S3 storage endpoint address to configure access to the storage in a client application.
@@ -69,6 +69,6 @@ You will need to (install and) configure a suitable [S3 client](s3-clients) to a
It is useful to distinguish following systems:
- Perun ([https://einfra.cesnet.cz/](https://einfra.cesnet.cz)) is a system managing which users have access to particular services (based on your membership in Virtual Organisations and groups)
- - Gatekeeper ([https://access.du.cesnet.cz/](https://access.du.cesnet.cz)) will give you credentials to the storage based on what Perun says
+ - Gatekeeper ([https://gatekeeper.du.cesnet.cz/](https://gatekeeper.du.cesnet.cz), formerly [https://access.du.cesnet.cz/](https://access.du.cesnet.cz)) will give you credentials to the storage based on what Perun says
- and finally, the storage itself is accessed with those credentials by a client you prefer.