From d08f15621e11a95a6f415e7c0d73eaca86cf6b74 Mon Sep 17 00:00:00 2001 From: yagudin Date: Wed, 2 Jun 2021 09:43:08 +0300 Subject: [PATCH] Fix link --- strmlt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strmlt.py b/strmlt.py index a6c6534..1325412 100644 --- a/strmlt.py +++ b/strmlt.py @@ -29,7 +29,7 @@ if __name__ == "__main__": st.sidebar.write("I do not use them for other purposes, neither do I store them. The code is on [github](https://github.com/yagudin/gjo-calibration).") st.sidebar.write(""" - 1. Go to e.g [gjopen.com/questions](gjopen.com/questions) in a new tab in Chrome or in Firefox. + 1. Go to e.g [gjopen.com/questions](https://www.gjopen.com/questions) in a new tab in Chrome or in Firefox. 2. Press `Ctrl + Shift + I`, and then navigate to the "Network" tab. 3. Click on “Reload” or reload the page. 4. Right click on the first request which loads the "questions" document. Click Copy, then "copy as cURL". Paste the results here.