]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c
EmulatorPkg: Update web page and wiki urls
[mirror_edk2.git] / EmulatorPkg / PlatformSmbiosDxe / SmbiosTable.c
index 9fab301828df1988a66f2e7faacedb30dea30479..c79e57b30412e4a9a3413e5fe456ca2281fa1d5c 100644 (file)
@@ -95,7 +95,7 @@ SMBIOS_TABLE_TYPE0 gSmbiosType0Template = {
   0xFF,                    // EmbeddedControllerFirmwareMinorRelease\r
 };\r
 CHAR8 *gSmbiosType0Strings[] = {\r
-  "edk2.sourceforge.net",     // Vendor String\r
+  "http://www.tianocore.org/edk2/",     // Vendor String\r
   __TIME__,                   // BiosVersion String\r
   __DATE__,                   // BiosReleaseDate String\r
   NULL\r
@@ -113,7 +113,7 @@ SMBIOS_TABLE_TYPE1 gSmbiosType1Template = {
   6,    // Family String\r
 };\r
 CHAR8  *gSmbiosType1Strings[] = {\r
-  "edk2.sourceforge.net",\r
+  "http://www.tianocore.org/edk2/",\r
   "EmulatorPkg",\r
   "1.0",\r
   "System Serial#",\r
@@ -144,7 +144,7 @@ SMBIOS_TABLE_TYPE2  gSmbiosType2Template = {
   { 0 }                     // ContainedObjectHandles[1];\r
 };\r
 CHAR8  *gSmbiosType2Strings[] = {\r
-  "edk2.sourceforge.net",\r
+  "http://www.tianocore.org/edk2/",\r
   "EmulatorPkg",\r
   "1.0",\r
   "Base Board Serial#",\r
@@ -172,7 +172,7 @@ SMBIOS_TABLE_TYPE3  gSmbiosType3Template = {
   { { 0 } },    // ContainedElements[1];\r
 };\r
 CHAR8  *gSmbiosType3Strings[] = {\r
-  "edk2.sourceforge.net",\r
+  "http://www.tianocore.org/edk2/",\r
   "EmulatorPkg",\r
   "Chassis Board Serial#",\r
   "Chassis Board Asset Tag#",\r
@@ -335,7 +335,7 @@ SMBIOS_TABLE_TYPE11 gSmbiosType11Template = {
   1 // StringCount\r
 };\r
 CHAR8 *gSmbiosType11Strings[] = {\r
-  "https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EmulatorPkg/",\r
+  "https://svn.code.sf.net/p/edk2/code/trunk/edk2/EmulatorPkg/",\r
   NULL\r
 };\r
 \r
@@ -345,7 +345,7 @@ SMBIOS_TABLE_TYPE12 gSmbiosType12Template = {
   1 // StringCount\r
 };\r
 CHAR8 *gSmbiosType12Strings[] = {\r
-  "https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EmulatorPkg/EmulatorPkg.dsc",\r
+  "https://svn.code.sf.net/p/edk2/code/trunk/edk2/EmulatorPkg/EmulatorPkg.dsc",\r
   NULL\r
 };\r
 \r