Skip to content

Commit e7ae1ed

Browse files
committed
fixes broken links highlighted by html-proofer
1 parent 981acd6 commit e7ae1ed

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You should also run the testing script against your local build. This script wil
153153

154154
## Submitting Your Open Source Project
155155

156-
If you have a project that you have open sourced, then you need to add (or update) your project in the [code inventory](https://code.mil/code.json) file that the DoD uses to comply with [OMB Policy (M-16-21)](https://sourcecode.cio.gov/OSS/). You can read more about the format of the [code inventory format](https://code.gov/about/compliance/inventory-code) on the Code.gov website.
156+
If you have a project that you have open sourced, then you need to add (or update) your project in the [code inventory](https://code.mil/code.json) file that the DoD uses to comply with [OMB Policy (M-16-21)](https://obamawhitehouse.archives.gov/sites/default/files/omb/memoranda/2016/m_16_21.pdf). You can read more about the format of the [code inventory format](https://code.gov/about/compliance/inventory-code) on the Code.gov website.
157157

158158
To add your project you will need to submit a Pull Request to this project on GitHub. You can follow the instructions here for doing so, but if you are not familiar with GitHub, you can also just [tell us about your project](https://code.mil/tell-us-about-your-code.html) and we can get the process started.
159159

src/how-to-open-source.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Now that you've chosen a license you should add a few documents to the codebase
3838

3939
You can see examples of these documents in the code repository for this very website!
4040

41-
* [LICENSE.md](https://github.com/Code-dot-mil/code.mil/blob/master/LICENSE.md)
42-
* [INTENT.md](https://github.com/Code-dot-mil/code.mil/blob/master/INTENT.md)
41+
- [LICENSE.md](https://github.com/Code-dot-mil/code.mil/blob/master/LICENSE.md)
42+
- [INTENT.md](https://github.com/Code-dot-mil/code.mil/blob/master/INTENT.md)
4343

4444
<section class="usa-alert usa-alert-info">
4545
<article class="usa-alert-body">
@@ -60,8 +60,8 @@ The last piece of documentation you absolutely need is how people can contribute
6060

6161
You can read the contributing documentation for this site to see an example of what this looks like:
6262

63-
* [CONTRIBUTING.md](https://github.com/Code-dot-mil/code.mil/blob/master/CONTRIBUTING.md)
64-
* [CONTRIBUTORS.md](https://github.com/Code-dot-mil/code.mil/blob/master/CONTRIBUTORS.md)
63+
- [CONTRIBUTING.md](https://github.com/Code-dot-mil/code.mil/blob/master/CONTRIBUTING.md)
64+
- [CONTRIBUTORS.md](https://github.com/Code-dot-mil/code.mil/blob/master/CONTRIBUTORS.md)
6565

6666
### Step 5: Release it!
6767

@@ -80,7 +80,7 @@ If you aren't sure where to post the code, or you need help getting source contr
8080

8181
### Step 6: OMB Policy Tracking
8282

83-
The last piece of this process is adding your project to the [code inventory](https://code.mil/code.json) file that the DoD uses to comply with [OMB Policy (M-16-21)](https://sourcecode.cio.gov/OSS/). You can read more about the format of the [code inventory format](https://code.gov/about/compliance/inventory-code) on the Code.gov website.
83+
The last piece of this process is adding your project to the [code inventory](https://code.mil/code.json) file that the DoD uses to comply with [OMB Policy (M-16-21)](https://obamawhitehouse.archives.gov/sites/default/files/omb/memoranda/2016/m_16_21.pdf). You can read more about the format of the [code inventory format](https://code.gov/about/compliance/inventory-code) on the Code.gov website.
8484

8585
To add your project you will need to submit a Pull Request to the [Code.mil project on GitHub](https://github.com/Code-dot-mil/code.mil). There are instructions for doing so in our code repository, but if you are not familiar with GitHub, you can also just [tell us about your project](/tell-us-about-your-code.html) and we can get the process started.
8686

src/why-open-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You may have lots of questions about OSS and how a DoD project can be released p
1717

1818
Aside from the technical benefits mentioned above, the [Federal Source Code Policy (M-16-21)](https://www.whitehouse.gov/wp-content/uploads/legacy_drupal_files/omb/memoranda/2016/m_16_21.pdf) from the US CTO includes a section initiating an [open source pilot](https://code.gov/about/open-source/introduction) which mandates that each government agency **release as OSS at least 20% of its new custom developed code** for the term of the program (and we recommend continuing that beyond the pilot).
1919

20-
Going beyond the OMB policy itself, the [2018 NDAA](https://www.congress.gov/bill/115th-congress/house-bill/2810/text) states in [section 875](https://www.congress.gov/bill/115th-congress/house-bill/2810/text#toc-H085810BEC6434028988553F08918929F) that "...the Secretary of Defense shall initiate for the Department of Defense the open source software pilot program established by the Office of Management and Budget Memorandum M-16-21..."
20+
Going beyond the OMB policy itself, the [2018 NDAA](https://www.govinfo.gov/app/details/PLAW-115publ91) states in section 875 that "...the Secretary of Defense shall initiate for the Department of Defense the open source software pilot program established by the Office of Management and Budget Memorandum M-16-21..."
2121

2222
<section class='usa-alert usa-alert-info'>
2323
<article class='usa-alert-body'>

0 commit comments

Comments
 (0)