diff --git a/_includes/site-links.md b/_includes/site-links.md
index 1487366e0..18fc0b479 100644
--- a/_includes/site-links.md
+++ b/_includes/site-links.md
@@ -1,6 +1,6 @@
{% include site-vars.liquid %}
[EDK II]: {{baseurl}}/edk2
-[UDK2010]: https://github.com/tianocore/tianocore.github.io/wiki/UDK2010 "UEFI Development Kit 2010"
+[UDK2010]: {{wiki}}/UDK2010 "UEFI Development Kit 2010"
[UDK2014]: {{baseurl}}/udk2014/ "UEFI Development Kit 2014"
[QEMU]: http://www.qemu.org
[KVM]: http://www.linux-kvm.org
diff --git a/_includes/site-vars.liquid b/_includes/site-vars.liquid
index d21570842..58c96f064 100644
--- a/_includes/site-vars.liquid
+++ b/_includes/site-vars.liquid
@@ -2,4 +2,5 @@
{% if site.github.url %}
{% assign baseurl = site.github.url %}
{% endif %}
+{% assign wiki = "https://github.com/tianocore/tianocore.github.io/wiki" %}
{% endcapture %}
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index 8ba60c3d2..66da4b879 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -14,7 +14,7 @@
{{ page.title
UDK2014
EDK II
- All Projects
+ All Projects
diff --git a/edk2/index.md b/edk2/index.md
index fd22a7654..255493add 100644
--- a/edk2/index.md
+++ b/edk2/index.md
@@ -16,12 +16,12 @@ Source repositories: git
{[github](https://github.com/tianocore/edk2),
[bitbucket](https://bitbucket.org/tianocore/edk2),
[sourceforge](https://sourceforge.net/p/tianocore/edk2),
- [more info](https://github.com/tianocore/tianocore.github.io/wiki/EDK2_git)},
+ [more info]({{wiki}}/EDK2_git)},
svn
{[sourceforge](https://svn.code.sf.net/p/edk2/code/trunk/edk2)}
Community:
-email {[edk2-devel](https://github.com/tianocore/tianocore.github.io/wiki/Edk2-devel)},
+email {[edk2-devel]({{wiki}}/Edk2-devel)},
irc {\#edk2 on [www.oftc.net](http://www.oftc.net/),
[setup](http://www.oftc.net/NickServ/CertFP/),
[web client](http://webchat.oftc.net/?channels=edk2)}
@@ -34,13 +34,13 @@ Stable releases: [UDK2010], [UDK2014]
### Important Information
-* [Getting Started for Developers](https://github.com/tianocore/tianocore.github.io/wiki/Getting_Started_with_EDK_II)
-* [Packages](https://github.com/tianocore/tianocore.github.io/wiki/EDKII_Packages)
-* [Open Tasks](https://github.com/tianocore/tianocore.github.io/wiki/Tasks)
-* [Code Style](https://github.com/tianocore/tianocore.github.io/wiki/Code_Style)
-* [EDK II Documents](https://github.com/tianocore/tianocore.github.io/wiki/EDK_II_Documents)
+* [Getting Started for Developers]({{wiki}}/Getting_Started_with_EDK_II)
+* [Packages]({{wiki}}/EDKII_Packages)
+* [Open Tasks]({{wiki}}/Tasks)
+* [Code Style]({{wiki}}/Code_Style)
+* [EDK II Documents]({{wiki}}/EDK_II_Documents)
### Related Information
-* [Start using UEFI](https://github.com/tianocore/tianocore.github.io/wiki/Start_using_UEFI)
-* [Overview](https://github.com/tianocore/tianocore.github.io/wiki/EDK_II_Overview)
+* [Start using UEFI]({{wiki}}/Start_using_UEFI)
+* [Overview]({{wiki}}/EDK_II_Overview)
diff --git a/index.md b/index.md
index 9fc7d20dc..fa3bd9adc 100644
--- a/index.md
+++ b/index.md
@@ -10,22 +10,22 @@ title: Welcome
This is the community site surrounding the open source components of
Intel's implementation of
-[UEFI](https://github.com/tianocore/tianocore.github.io/wiki/UEFI).
+[UEFI]({{wiki}}/UEFI).
To learn how to use UEFI see our
-[start using UEFI](https://github.com/tianocore/tianocore.github.io/wiki/start-using-UEFI)
+[start using UEFI]({{wiki}}/start-using-UEFI)
page.
To learn more about getting involved in the community see our
-[how to contribute](https://github.com/tianocore/tianocore.github.io/wiki/How-To-Contribute)
+[how to contribute]({{wiki}}/How-To-Contribute)
page. [EDK II] is a modern, feature-rich, cross-platform
firmware development environment for the UEFI and PI specifications.
If you have any comments for this site please see the
-[community admins](https://github.com/tianocore/tianocore.github.io/wiki/Community_Admins)
+[community admins]({{wiki}}/Community_Admins)
page.
For the full list of our community projects, visit the
-[Projects](https://github.com/tianocore/tianocore.github.io/wiki/Projects)
+[Projects]({{wiki}}/Projects)
page.
## New Announcements
@@ -41,6 +41,6 @@ and on what is new is contained in the UDK2014
### Feb 11, 2014
Upcoming soon UDK2014 See a sneak preview:
-[UDK2014 Features](https://github.com/tianocore/tianocore.github.io/wiki/RoadMap2014)
+[UDK2014 Features]({{wiki}}/RoadMap2014)
-### [Archived News](https://github.com/tianocore/tianocore.github.io/wiki/Archived-News) from 2009-2013
+### [Archived News]({{wiki}}/Archived-News) from 2009-2013
diff --git a/ovmf/index.md b/ovmf/index.md
index 9e0d64b39..4b4367ffc 100644
--- a/ovmf/index.md
+++ b/ovmf/index.md
@@ -10,18 +10,18 @@ Machines. OVMF contains a sample UEFI firmware for [QEMU] and [KVM].
License information:
[BSD](http://www.opensource.org/licenses/bsd-license.php)
(May contain an additional exception if bundled with the
- [FAT driver](https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver).)
+ [FAT driver]({{wiki}}/Edk2-fat-driver).)
More information:
- [OVMF FAQ](https://github.com/tianocore/tianocore.github.io/wiki/OVMF FAQ),
- [How to build](https://github.com/tianocore/tianocore.github.io/wiki/How to build OVMF),
- [Boot Overview](https://github.com/tianocore/tianocore.github.io/wiki/OVMF-Boot Overview),
+ [OVMF FAQ]({{wiki}}/OVMF FAQ),
+ [How to build]({{wiki}}/How to build OVMF),
+ [Boot Overview]({{wiki}}/OVMF-Boot Overview),
[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),
- [How to run](https://github.com/tianocore/tianocore.github.io/wiki/How to run OVMF),
+ [How to run]({{wiki}}/How to run OVMF),
[README](https://sourceforge.net/p/edk2/code/15214/tree/trunk/edk2/OvmfPkg/README)
Source Repository: [https://svn.code.sf.net/p/edk2/code/trunk/edk2/OvmfPkg]()
diff --git a/udk2014/index.md b/udk2014/index.md
index 20f4bd979..da4d662c8 100644
--- a/udk2014/index.md
+++ b/udk2014/index.md
@@ -6,7 +6,7 @@ redirect_from: "/udk2014.html"
{% include site-links.md %}
UDK2014 is a stable release of portions of the [EDK II] project.
-Link for [Previous UDK2010 Releases](https://github.com/tianocore/tianocore.github.io/wiki/Previous_UDK2010_Releases)
+Link for [Previous UDK2010 Releases]({{wiki}}/Previous_UDK2010_Releases)
If you have questions please email the [Edk2 Devel Mail list](mailto:edk2-devel@lists.sourceforge.net?subject=UDK2014%20Question) - To join the email list goto: [Join Edk2 Devel Mail list](http://lists.sourceforge.net/lists/listinfo/edk2-devel)
@@ -44,16 +44,16 @@ If you have questions please email the [Edk2 Devel Mail list](mailto:edk2-devel@
https://svn.code.sf.net/p/edk2/code/branches/UDK2014: r15322
https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/FatPkg: r84
How to Build
- How to Build UDK2014 Release
+ How to Build UDK2014 Release
Features Summary:
See Release Notes Features
Supported OS and Build Environments
+ Using newer versions of Linux with Native GCC 4.x
+ Windows systems
+ Xcode Mac OS X
+ Unix-like systems (For older Linux distributions, or using Cygwin or Mac OS X)
(UDK2014)
@@ -87,7 +87,7 @@ If you have questions please email the [Edk2 Devel Mail list](mailto:edk2-devel@
|
- UDK2014 EDK II v1.22 Errata D specifications
+ UDK2014 EDK II v1.22 Errata D specifications
These documents describe the EDK II build information for the following (Build, DEC, DSC, FDF and INF) file formats and it contains the Errata updates (version 1.22 Errata D) that are available with the UDK2014 release. (Except DEC did not change from Errata C) See details in the Revision History in each of the individual documents for more details.
- Update January, 2014
@@ -125,7 +125,7 @@ If you have questions please email the [Edk2 Devel Mail list](mailto:edk2-devel@
CryptoPkg .pdf
|
- The CryptoPkg Document Package Helper file. This Package provides cryptographic-related libraries for UEFI security modules.
+ The CryptoPkg Document Package Helper file. This Package provides cryptographic-related libraries for UEFI security modules.
|
.chm file
@@ -141,7 +141,7 @@ If you have questions please email the [Edk2 Devel Mail list](mailto:edk2-devel@
EdkCompatibilityPkgPkg .pdf
|
- The EdkCompatibilityPkg documents provide documentation on header files and libraries that enable you to build the EDK module
+ The EdkCompatibilityPkg documents provide documentation on header files and libraries that enable you to build the EDK module
in UEFI 2.0 + Framework 0.9x mode. This package also provides Thunk modules that enable Framework 0.9x modules to work with UEFI2.3/PI1.2 EDK II Cores.
|
.chm file .html file .pdf file |
@@ -154,7 +154,7 @@ in UEFI 2.0 + Framework 0.9x mode. This package also provides Thunk modules that
IntelFrameworkModulePkg .pdf
- The IntelFrameworkModulePkg Document Package Helper file. This Package contains the definitions and module implementation
+ The IntelFrameworkModulePkg Document Package Helper file. This Package contains the definitions and module implementation
which follows Intel EFI Framework Specification.
|
.chm file .html file .pdf file |
@@ -167,7 +167,7 @@ which follows Intel EFI Framework Specification.
IntelFrameworkPkg .pdf
- The IntelFrameworkPkg Document Package Helper file. This package provides definitions and libraries that comply to Intel Framework Specifications.
+ The IntelFrameworkPkg Document Package Helper file. This package provides definitions and libraries that comply to Intel Framework Specifications.
|
.chm file .html file .pdf file |
@@ -179,7 +179,7 @@ which follows Intel EFI Framework Specification.
MdeModulePkg .pdf
- The MdeModulePkg Document Package Helper file. This package provides the modules that conform to UEFI/PI Industry standards.
+ The MdeModulePkg Document Package Helper file. This package provides the modules that conform to UEFI/PI Industry standards.
It also provides the defintions(including PPIs/PROTOCOLs/GUIDs and library classes)
and libraries instances, which are used for those modules
|
@@ -196,7 +196,7 @@ which follows Intel EFI Framework Specification.
MdePkg .pdf
- The MdePkg Document Package Helper file. This Package provides all definitions(including functions, MACROs, structures and library classes)
+ The MdePkg Document Package Helper file. This Package provides all definitions(including functions, MACROs, structures and library classes)
and libraries instances, which are defined in MDE Specification.
It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of
EFI1.10/UEFI2.4/PI1.3 and some Industry Standards.
@@ -211,7 +211,7 @@ which follows Intel EFI Framework Specification.
NetworkPkg.pdf
|
- The NetworkPkg Document Package Helper file. This package provides network modules that conform to UEFI 2.2 specification.
+ The NetworkPkg Document Package Helper file. This package provides network modules that conform to UEFI 2.2 specification.
|
.chm file .html file .pdf file |
@@ -223,7 +223,7 @@ which follows Intel EFI Framework Specification.
SecurityPkg.pdf
- The SecurityPkg Document Package Helper file. This package includes the security drivers, defintions(including PPIs/PROTOCOLs/GUIDs
+ The SecurityPkg Document Package Helper file. This package includes the security drivers, defintions(including PPIs/PROTOCOLs/GUIDs
and library classes) and libraries instances
|
.chm file .html file .pdf file |
@@ -243,7 +243,7 @@ which follows Intel EFI Framework Specification.
- Previous UDK2010 Releases
+ Previous UDK2010 Releases
EDK II Project Files
|
@@ -260,8 +260,8 @@ which follows Intel EFI Framework Specification.
## More Info
EDK II More info:
-Getting Started for Developers,
-EDK II Overview, EDKII Packages
+Getting Started for Developers,
+EDK II Overview, EDKII Packages
UEFI Developers Kit 2010 (UDK2014). The UDK2014 is the EDKII support for all currently published UEFI specifications UDK2010.SR1 currently supports UEFI 2.4 and PI 1.3 level of specifications.
|