[Minor] Fix URLs (#166)

This commit is contained in:
Woosuk Kwon
2023-06-19 22:57:14 -07:00
committed by GitHub
parent caddfc14c1
commit 794e578de0
3 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ vLLM is flexible and easy to use with:
* Streaming outputs
* OpenAI-compatible API server
For more information, please refer to our `blog post <>`_.
For more information, please refer to our `blog post <https://vllm.ai>`_.
Documentation

View File

@@ -18,7 +18,7 @@ This document provides a high-level guide on integrating a `HuggingFace Transfor
0. Fork the vLLM repository
--------------------------------
Start by forking our `GitHub <https://github.com/vllm-project/vllm/issues>`_ repository and then :ref:`build it from source <build_from_source>`.
Start by forking our `GitHub <https://github.com/vllm-project/vllm/>`_ repository and then :ref:`build it from source <build_from_source>`.
This gives you the ability to modify the codebase and test your model.