From 016fae9f4a086bec9a7390e92c90d88a76ebab89 Mon Sep 17 00:00:00 2001 From: curben Date: Wed, 29 May 2019 15:32:14 +0930 Subject: [PATCH] docs(faq): remove invalid link --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a39a092..6495ca6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -15,7 +15,7 @@ + It doesn't show the status (online/offline) of a URL. - Why don't you `wget top-1m.csv.zip` and output to stdout? - + If wget fails, [top-1m.txt](https://gitlab.com/curben/urlhaus-filter/blob/master/src/top-1m.txt) will be empty. Output as file avoids that. + + If wget fails, top-1m.txt will be empty. Output as file avoids that. - Why do you need to clone the repo again in your CI? I thought CI already fetch the repo by default? + GitLab Runner clone/fetch the repo using HTTPS method by default ([log](https://gitlab.com/curben/urlhaus-filter/-/jobs/105979394)). This method requires deploy *token* which is *read-only* (cannot push).