Skip to content

Commit

Permalink
Add a {{edk2files}} macro to shorten file download urls
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Justen <[email protected]>
  • Loading branch information
jljusten committed Sep 8, 2014
1 parent 95fd872 commit 9a2aa59
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 46 deletions.
1 change: 1 addition & 0 deletions _includes/site-vars.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
{% assign baseurl = site.github.url %}
{% endif %}
{% assign wiki = "https://github.com/tianocore/tianocore.github.io/wiki" %}
{% assign edk2files = "http://sourceforge.net/projects/edk2/files" %}
{% endcapture %}
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Announcing the new UDK2014 Release. Goto the [UDK2014] page to
download the release and documentation. The UDK2014 release will
deliver the UEFI 2.4 and PI 1.3 support. Specific details on features
and on what is new is contained in the UDK2014
[Release Notes](http://sourceforge.net/projects/edk2/files/UDK2014_Releases/UDK2014/UDK2014-ReleaseNotes-MyWorkSpace.txt/download).
[Release Notes]({{edk2files}}/UDK2014_Releases/UDK2014/UDK2014-ReleaseNotes-MyWorkSpace.txt/download).

### Feb 11, 2014

Expand Down
4 changes: 2 additions & 2 deletions ovmf/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ More information:
[edk2-devel]

Release r15214:
[X64 (zip)](http://sourceforge.net/projects/edk2/files/OVMF/OVMF-X64-r15214.zip/download),
[IA32 (zip)](http://sourceforge.net/projects/edk2/files/OVMF/OVMF-IA32-r15214.zip/download),
[X64 (zip)]({{edk2files}}/OVMF/OVMF-X64-r15214.zip/download),
[IA32 (zip)]({{edk2files}}/OVMF/OVMF-IA32-r15214.zip/download),
[How to run]({{wiki}}/How to run OVMF),
[README](https://sourceforge.net/p/edk2/code/15214/tree/trunk/edk2/OvmfPkg/README)

Expand Down
Loading

0 comments on commit 9a2aa59

Please sign in to comment.