Skip to content

Commit 5717eff

Browse files
committed
Bug fix: Link to Form 266 was broken because the name of the form includes a space.
There was a link to ARL Form 266 written as "[here](ARL Form - 266.pdf)". This is not a valid URL, and as such, the link was not correctly rendered. Now changed to "[here](ARL%20Form%20-%20266.pdf)", which should render correctly.
1 parent 6f9de13 commit 5717eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <p align="center">The U.S. Army Research Laboratory (ARL) Software Release Process for Unrestricted Public Release</p>
2-
<p align="center">Version 1.0.3</p>
3-
<p align="center">28 February 2017</p>
2+
<p align="center">Version 1.0.4</p>
3+
<p align="center">28 July 2017</p>
44

55
# <a name="1FF58AF8C17C11E6B7FC003EE1B763F8"></a>Summary
66

@@ -732,7 +732,7 @@ A local copy of the license is in the file [LICENSE.txt](LICENSE.txt).
732732
# <a name="D3DC705AC3C411E6BBB4003EE1B763F8"></a>Contributor License Agreement (CLA)
733733

734734
The ARL Contributor License Agreement (ARL Form 266) can be found
735-
[here](ARL Form - 266.pdf). Each external contributor must execute and return
735+
[here](ARL%20Form%20-%20266.pdf). Each external contributor must execute and return
736736
a copy for each project that he or she intends to contribute to. Once ARL
737737
receives the executed form, it will remain in force permanently. Thus,
738738
external contributors need only execute the form once for each project that

0 commit comments

Comments
 (0)