Skip to content

Commit cab6714

Browse files
authored
Merge pull request #266 from Code-dot-mil/broken-links
Broken links
2 parents e306054 + e5faf71 commit cab6714

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ Note the file structure in the repo! It starts at "_releases" and then goes to t
181181

182182
### Test it out, then submit your pull request
183183

184-
Once you have your JSON file created you should build and run the site locally to ensure everything works, then submit your pull request. To test the site, run the commands listed above for "[Getting Started](#getting-started)" and for "[Making Chnages](#making-changes)". You should now be able to see the compiled JSON file at `http://0.0.0.0:4000/code.json`. Look through that file to find your project. If it shows up, you should be good!
184+
Once you have your JSON file created you should build and run the site locally to ensure everything works, then submit your pull request. To test the site, run the commands listed above for "[Getting Started](#getting-started)" and for "[Making Changes](#making-changes)". You should now be able to see the compiled JSON file at `http://0.0.0.0:4000/code.json`. Look through that file to find your project. If it shows up, you should be good!
185185

186186
Now you need to submit your [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) to the base Code.mil website repository. Be sure to fill out the description of why this change is being done and that you tested things! We'll check the work and then merge the code into our base and it will be live in minutes.

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -e # halt script on error
33

44
bundle exec jekyll build
55
# I do not know why those URLs fail the proofer, they do exist. :/
6-
bundle exec htmlproofer ./public --url-ignore "/^mailto:/,/code.gov\/about\/open-source\/introduction/,/code.gov\/about\/compliance\/inventory-code/"
6+
bundle exec htmlproofer ./public --url-ignore "/^mailto:/,/code.gov\/about\/open-source\/introduction/,/code.gov\/about\/compliance\/inventory-code/,/twitter.com\/DefenseDigital/"

src/why-open-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are some misconceptions, however: for example, that open source software i
99

1010
In fact, nearly every popular software product relies heavily on open source software. Facebook, for example, runs on a language called [PHP](https://secure.php.net/), which is itself open source. Even the web browser you are using right now is most likely open source software or uses it (Chrome, Firefox, even parts of Internet Explorer). And while the "popularity" argument might not win someone over, there are great benefits to be gained in **reliability**, **performance**, and **security** as we mentioned earlier.
1111

12-
A simple google search of "why OSS" will bring you to [a paper by David Wheeler](https://www.dwheeler.com/oss_fs_why.html) which goes into extensive detail on this subject.
12+
A simple google search of "why OSS" will bring you to [a paper by David Wheeler](https://dwheeler.com/oss_fs_why.html) which goes into extensive detail on this subject.
1313

1414
You may have lots of questions about OSS and how a DoD project can be released publicly. **This is the goal of Code.mil!** We want to provide guidance on how you, a DoD project owner, can release your code as open source software and why it is in your best interest.
1515

0 commit comments

Comments
 (0)