From b0fe042c27bd0e0717da6c9260cbeac8ef8ccd12 Mon Sep 17 00:00:00 2001 From: Jason Kao Date: Sun, 18 Feb 2018 22:20:29 -0500 Subject: [PATCH] fixed href --- TROUBLESHOOTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 17b7b33..86baa33 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -1,7 +1,7 @@ # Troubleshooting - [('Connection aborted.', error("(32, 'EPIPE')",))](#connection-aborted-error32-epipe) -- [422 Client Error: Unprocessable Entity for url: .../auth] +- [422 Client Error: Unprocessable Entity for url: .../auth](#422-client-error-unprocessable-entity-for-url-auth) ### ('Connection aborted.', error("(32, 'EPIPE')",)) @@ -70,4 +70,4 @@ In the rails console (directions in the previous troubleshooting section) find t > u.save ``` -After the names are fixed, re-run the cli-uploader. \ No newline at end of file +After the names are fixed, re-run the cli-uploader.