From 5e4d9b36a94f870047748a3039f7e24534cca404 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Mon, 6 Nov 2023 09:39:06 -0800 Subject: [PATCH] DOC: Render hugging face url as link (#432) --- 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)