WE'VE MOVED TO GITHUB! Come join us at https://github.com/premake/premake-core

If you need help moving a private Mercurial fork of Premake to git, see https://github.com/premake/premake-core/wiki/Migrating-From-BitBucket
This commit is contained in:
Jason Perkins 2015-04-02 16:31:57 -04:00
parent f01709afa1
commit bd51df5d85
5 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
5.0 (in progress)
--------------------
See https://bitbucket.org/premake/premake-dev/wiki/What's_New_in_5.0
See https://github.com/premake/premake-core/wiki/What's-New-in-5.0
for the complete list of changes from the Premake 4.x series.
Since 5.0-alpha1:

View File

@ -13,7 +13,7 @@ Builds and Infrastructure:
* Nightly Jenkins builds and error reports
Patch contributors:
Manu Evans <https://bitbucket.org/TurkeyMan>
Manu Evans <https://github.com/TurkeyMan>
* new APIs for specifying remote debugging parameters
* new APIs for enabling and disabling specific warnings
* new API for undefining symbols

View File

@ -11,4 +11,4 @@ Core module
See the file BUILD.txt for instructions on building Premake.
For questions, comments, or more information, visit the project
website at https://bitbucket.org/premake/premake-main
website at https://github.com/premake/premake-core

View File

@ -3,12 +3,12 @@
--
-- Prepares the runtime environment for the add-ons and user project scripts.
--
-- Copyright (c) 2012-2014 Jason Perkins and the Premake project
-- Copyright (c) 2012-2015 Jason Perkins and the Premake project
--
local api = premake.api
local DOC_URL = "See https://bitbucket.org/premake/premake-dev/wiki/"
local DOC_URL = "See https://github.com/premake/premake-core/wiki/"
-----------------------------------------------------------------------------

View File

@ -16,7 +16,7 @@
#define VERSION "HEAD"
#define COPYRIGHT "Copyright (C) 2002-2015 Jason Perkins and the Premake Project"
#define PROJECT_URL "https://bitbucket.org/premake/premake-dev/wiki"
#define PROJECT_URL "https://github.com/premake/premake-core/wiki"
#define ERROR_MESSAGE "Error: %s\n"