Skip to content

Commit c17daa9

Browse files
authored
[Docs] Fix broken links (#2222)
1 parent bd29cf3 commit c17daa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/models/supported_models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Alternatively, you can raise an issue on our `GitHub <https://github.com/vllm-pr
9393
If vLLM successfully generates text, it indicates that your model is supported.
9494

9595
.. tip::
96-
To use models from `ModelScope <www.modelscope.cn>`_ instead of HuggingFace Hub, set an environment variable:
96+
To use models from `ModelScope <https://www.modelscope.cn>`_ instead of HuggingFace Hub, set an environment variable:
9797

9898
.. code-block:: shell
9999

docs/source/serving/serving_with_langchain.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ To run inference on a single or multiple GPUs, use ``VLLM`` class from ``langcha
2828
2929
print(llm("What is the capital of France ?"))
3030
31-
Please refer to this `Tutorial <https://github.com/langchain-ai/langchain/blob/master/docs/extras/integrations/llms/vllm.ipynb>`_ for more details.
31+
Please refer to this `Tutorial <https://github.com/langchain-ai/langchain/blob/master/docs/docs/integrations/llms/vllm.ipynb>`_ for more details.

0 commit comments

Comments
 (0)