diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2015-02-05 18:25:01 +0000 |
---|---|---|
committer | jljusten <jljusten@Edk2> | 2015-02-05 18:25:01 +0000 |
commit | dff5a05ba15406de20da2478a6d164c09f8d68d0 (patch) | |
tree | b88f0c24cf157b60251018e709cf02385f90c4dc /EmulatorPkg/Unix | |
parent | 58f89bb1d27883efe2b72163ffc874ccac8e54c6 (diff) | |
download | edk2-platforms-dff5a05ba15406de20da2478a6d164c09f8d68d0.tar.xz |
EmulatorPkg: Update web page and wiki urls
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Bruce Cran <bruce.cran@gmail.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16780 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmulatorPkg/Unix')
-rw-r--r-- | EmulatorPkg/Unix/Host/Host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/Unix/Host/Host.c b/EmulatorPkg/Unix/Host/Host.c index 7d8e0e28b4..977fe87fa6 100644 --- a/EmulatorPkg/Unix/Host/Host.c +++ b/EmulatorPkg/Unix/Host/Host.c @@ -140,7 +140,7 @@ main ( fclose (GdbTempFile);
}
- printf ("\nEDK II UNIX Host Emulation Environment from edk2.sourceforge.net\n");
+ printf ("\nEDK II UNIX Host Emulation Environment from http://www.tianocore.org/edk2/\n");
setbuf (stdout, 0);
setbuf (stderr, 0);
|