summaryrefslogtreecommitdiff
path: root/edksetup.sh
diff options
context:
space:
mode:
authorYonghong Zhu <yonghong.zhu@intel.com>2016-09-14 13:27:06 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2016-09-15 16:04:14 +0800
commit445bfd921462d50a226a833f5b1c3e375efdd434 (patch)
treea98a6724093b0ac8f1be2a74a21feeaabe9544ac /edksetup.sh
parent062f9fd2cfaad09f6dd0e302094bc030827eb706 (diff)
downloadedk2-445bfd921462d50a226a833f5b1c3e375efdd434.tar.gz
edksetup.sh: update the URL in edksetup.sh
Update the URL since http://edk2.tianocore.org is not valid Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'edksetup.sh')
-rwxr-xr-xedksetup.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/edksetup.sh b/edksetup.sh
index 57368b56a..27c09946e 100755
--- a/edksetup.sh
+++ b/edksetup.sh
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -9,12 +9,9 @@
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
# In *inux environment, the build tools's source is required and need to be compiled
-# firstly, please reference https://edk2.tianocore.org/unix-getting-started.html to
+# firstly, please reference https://github.com/tianocore/tianocore.github.io/wiki/SourceForge-to-Github-Quick-Start
# to get how to setup build tool.
#
-# After build tool is downloaded and compiled, a soft symbol linker need to be created
-# at <workspace>/Conf. For example: ln -s /work/BaseTools /work/edk2/Conf/BaseToolsSource.
-#
# Setup the environment for unix-like systems running a bash-like shell.
# This file must be "sourced" not merely executed. For example: ". edksetup.sh"
#
@@ -22,7 +19,7 @@
# set up in the unix style. This script will make the necessary conversions to
# windows style.
#
-# Please reference edk2 user manual for more detail descriptions at https://edk2.tianocore.org/files/documents/64/494/EDKII_UserManual.pdf
+# Please reference edk2 user manual for more detail descriptions at https://github.com/tianocore-docs/Docs/raw/master/User_Docs/EDK_II_UserManual_0_7.pdf
#
function HelpMsg()