Update datasets getting started to new git security

Hello, I am new here and not sure where to report this small bug/update. If you could point me to the right direction, I would be very grateful.

When following the ‘getting started’ on how to create a dataset it contains a deprecated link to clone the repository. Instead of

git clone the/https/link/thats/in/here/currently

It should read:

Add ssh key to your huggingface profile (link-to-docs/hub/security-git-ssh)
git clone git@hf.co:datasets/namespace/your_dataset_name

Thanks!