[tor-commits] [community/master] Change by url without authentication

gus at torproject.org gus at torproject.org
Thu Sep 9 12:05:49 UTC 2021


commit e8f2e3bee120f926ad21af08c60183e23ff30709
Author: jacobo <jacobo at metahumano.org>
Date:   Wed Sep 8 19:54:40 2021 -0500

    Change by url without authentication
---
 content/relay/setup/snowflake/standalone/contents.lr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/relay/setup/snowflake/standalone/contents.lr b/content/relay/setup/snowflake/standalone/contents.lr
index 638b963..74b0532 100644
--- a/content/relay/setup/snowflake/standalone/contents.lr
+++ b/content/relay/setup/snowflake/standalone/contents.lr
@@ -19,7 +19,7 @@ There are several ways to setup and run a standalone snowflake proxy.
 
 You must first have [Docker](https://docs.docker.com/engine/install/) and [docker-compose](https://docs.docker.com/compose/install/) installed.
 
-We have a [Docker image](https://hub.docker.com/repository/docker/thetorproject/snowflake-proxy) to ease the setup of a snowflake proxy.
+We have a [Docker image](https://hub.docker.com/r/thetorproject/snowflake-proxy) to ease the setup of a snowflake proxy.
 First [download docker-compose.yml](https://gitlab.torproject.org/tpo/anti-censorship/docker-snowflake-proxy/raw/main/docker-compose.yml).
 Then, deploy the proxy by running:
 ```
@@ -49,7 +49,7 @@ You will need Go 1.13+ to run the Snowflake proxy.
    ```
 3. Build the Snowflake proxy.
    ```
-   cd snowflake/proxy  
+   cd snowflake/proxy
    go build
    ```
 4. Run the Snowflake proxy.



More information about the tor-commits mailing list