Parcourir la source

Update README to point to new downloads page
Update .gitignore to name files or directories named "build"

Eloston il y a 7 ans
Parent
commit
a045b768ec
2 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 1 1
      .gitignore
  2. 1 3
      README.md

+ 1 - 1
.gitignore

@@ -3,7 +3,7 @@ __pycache__/
 *.py[cod]
 
 # Ignore build directory
-/build/
+/build
 
 # Ignore downloaded Chromium source archives
 /chromium-*.*.*.*.tar.xz

+ 1 - 3
README.md

@@ -72,9 +72,7 @@ In addition to features from [Debian](//tracker.debian.org/pkg/chromium-browser)
 
 ## Download pre-built packages
 
-[Downloads for the latest release](//github.com/Eloston/ungoogled-chromium/releases/latest)
-
-[List of all releases](//github.com/Eloston/ungoogled-chromium/releases)
+[All downloads](//ungoogled-software.github.io/ungoogled-chromium-binaries/)
 
 The release versioning scheme follows that of the tags. See the next section for more details.