From dd9455fce9a81b50910acffd97f8e2d55067515e Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Sat, 4 Nov 2023 16:55:41 -0700 Subject: [PATCH] DOC: Render hugging face url as link --- docs/source/users/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/users/index.md b/docs/source/users/index.md index 3563cec83..b52fb66bb 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -135,7 +135,7 @@ To use Bedrock models, you will need to authenticate via You need the `pillow` Python package to use Hugging Face Hub's text-to-image models. -You can find a list of Hugging Face's models at https://huggingface.co/models. +You can find a list of Hugging Face's models at [https://huggingface.co/models](https://huggingface.co/models). SageMaker endpoint names are created when you deploy a model. For more information, see ["Create your endpoint and deploy your model"](https://docs.aws.amazon.com/sagemaker/latest/dg/realtime-endpoints-deployment.html)