1. 07 Feb, 2022 1 commit
    • Matheus Felipe's avatar
      Fix false negative http code 404 in verification · c2bdd9e5
      Matheus Felipe authored
      Some links when they were being checked returned the http code 404,
      but the links were working correctly.
      
      This was happening because before the request the link was concatenated
      with the / character at the end, making it a different link from the
      original. If the original link didn't have a path that is
      accessed by / at the end, it would return a 404 error.
      
      This behavior made it a false negative.
      c2bdd9e5
  2. 18 Jan, 2022 1 commit
    • Matheus Felipe's avatar
      Add possibility to run duplicate link check only · 4bc90a81
      Matheus Felipe authored
      Changes:
      
      - It is now possible to only check for duplicate
        links (without checking if the links are working)
      
      - Check for duplicate links when a push occurs
      
      - Update the scripts documentation accordingly
      4bc90a81
  3. 15 Jan, 2022 3 commits
  4. 13 Jan, 2022 3 commits
  5. 12 Jan, 2022 6 commits
  6. 11 Jan, 2022 3 commits