From 7c0b3906c7f6557ab98b8297e35836715d19eca2 Mon Sep 17 00:00:00 2001 From: Hritik Vijay Date: Mon, 21 Aug 2023 12:34:44 +0530 Subject: [PATCH] Fix run with docker link and grammar (#867) Signed-off-by: Hritik Vijay --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 64ad7c13f..0768d09e7 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -120,10 +120,10 @@ The pipeline documentation is available at :ref:`pipeline_docker` and its source at `docker.py `_. It is hopefully designed to be simple and readable code. -I am able to run ScanCode.io on Windows? +Am I able to run ScanCode.io on Windows? ---------------------------------------- -Yes, you can use the :ref:run_with_docker installation. However, please be sure to +Yes, you can use the :ref:`run_with_docker` installation. However, please be sure to carefully read the warnings, as running on Windows may have certain limitations or challenges.