Procházet zdrojové kódy

Merge pull request #436 from zachscheider/roadmap-links

Change roadmap links to wiki
Nick Sweeting před 5 roky
rodič
revize
824e5b6b80
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      .github/CONTRIBUTING.md
  2. 1 1
      .github/PULL_REQUEST_TEMPLATE.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -1,6 +1,6 @@
 # Contribution Process
 # Contribution Process
 
 
-1. Confirm your desired features fit into our bigger project goals roadmap: https://github.com/pirate/ArchiveBox#roadmap
+1. Confirm your desired features fit into our bigger project goals [Roadmap](https://github.com/pirate/ArchiveBox/wiki/Roadmap).
 2. Open an issue with your planned implementation to discuss
 2. Open an issue with your planned implementation to discuss
 3. Check in with me before starting development to make sure your work wont conflict with or duplicate existing work
 3. Check in with me before starting development to make sure your work wont conflict with or duplicate existing work
 4. Setup your dev environment, make some changes, and test using the test input files
 4. Setup your dev environment, make some changes, and test using the test input files

+ 1 - 1
.github/PULL_REQUEST_TEMPLATE.md

@@ -17,5 +17,5 @@ e.g. This PR fixes ABC or adds the ability to do XYZ...
 
 
 # Roadmap Goals
 # Roadmap Goals
 
 
-This PR helps us move towards xyz roadmap goal, as outlined here: https://github.com/pirate/ArchiveBox#roadmap
+This PR helps us move towards xyz roadmap goal, as outlined here: https://github.com/pirate/ArchiveBox/wiki/Roadmap
 (delete this section if it's just a bugfix / simple PR)
 (delete this section if it's just a bugfix / simple PR)