From bcb0e2e212554160978f206970e0856508840eb2 Mon Sep 17 00:00:00 2001 From: Amrita Gupta Date: Wed, 18 Mar 2020 21:30:19 +0000 Subject: [PATCH] docs: fix URL rendering in README The endpoint was wrongly rendered as bold `heartbeat` instead of `__heartbeat__`. Let's fix this by escaping the `_`s. Closes #496 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c24ed2ed..58a41196 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ This currently requires access to the [mozilla-rust-sdk](https://github.com/mozi context: . ``` 5. Adjust the MySQL db creds in docker-compose.yml to match your local setup. -6. `make docker_start` - You can verify it's working by visiting [localhost:8000/__heartbeat__](http://localhost:8000/__heartbeat__) +6. `make docker_start` - You can verify it's working by visiting [localhost:8000/\_\_heartbeat\_\_](http://localhost:8000/__heartbeat__) ### Connecting to Firefox