diff --git a/.editorconfig b/.editorconfig index 3f75417..b096c04 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# EditorConfig is awesome: http://EditorConfig.org +# EditorConfig is awesome: https://editorconfig.org/ # top-most EditorConfig file root = true diff --git a/LICENSE.md b/LICENSE.md index 81f2824..817472e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1 +1 @@ -This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. +This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. diff --git a/README.md b/README.md index cf7d172..a496a97 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ULib -ULib is a developer library for GMod 13 (http://garrysmod.com/). +ULib is a developer library for GMod 13 (https://gmod.facepunch.com/). ULib provides such features as universal physics, user access lists, and much, much more! -Visit our homepage at http://ulyssesmod.net/. +Visit our homepage at https://ulyssesmod.net/. -You can talk to us on our forums at http://forums.ulyssesmod.net/. +You can talk to us on our forums at https://forums.ulyssesmod.net/. ## Requirements ULib requires a working copy of the latest garrysmod, and that's it! @@ -14,7 +14,7 @@ ULib requires a working copy of the latest garrysmod, and that's it! ## Installation ### Workshop -ULib's workshop ID is `557962238`. You can subscribe to ULib via Workshop [here](http://steamcommunity.com/sharedfiles/filedetails/?id=557962238). +ULib's workshop ID is `557962238`. You can subscribe to ULib via Workshop [here](https://steamcommunity.com/sharedfiles/filedetails/?id=557962238). ### Classic To install ULib, simply extract the files from the downloaded archive to your garrysmod/addons folder. @@ -53,9 +53,9 @@ See the [CHANGELOG](CHANGELOG.md) file for information regarding changes between ## Developers To all developers, I sincerely hope you enjoy what ULib has to offer! -If you have any suggestions, comments, or complaints, please tell us at http://forums.ulyssesmod.net/. +If you have any suggestions, comments, or complaints, please tell us at https://forums.ulyssesmod.net/. -If you want an overview of what's in ULib, please visit the documentation at http://ulyssesmod.net/docs/. +If you want an overview of what's in ULib, please visit the documentation at https://ulyssesmod.net/docs/. If you find any bugs, you can report them at https://github.com/TeamUlysses/ulib/issues. All ULib's functions are kept in the table "ULib" to prevent conflicts. diff --git a/addon.txt b/addon.txt index 1e91b78..bcdf305 100644 --- a/addon.txt +++ b/addon.txt @@ -5,5 +5,5 @@ "up_date" "00/00/00" "author_name" "Team Ulysses" "author_email" "teamulysses@ulyssesmod.net" - "author_url" "http://www.ulyssesmod.net/" + "author_url" "https://www.ulyssesmod.net/" } diff --git a/lua/ulib/shared/plugin.lua b/lua/ulib/shared/plugin.lua index 2bd96e4..2880af9 100644 --- a/lua/ulib/shared/plugin.lua +++ b/lua/ulib/shared/plugin.lua @@ -79,7 +79,7 @@ ULib.registerPlugin{ Version = string.format( "%.2f", ULib.VERSION ), IsRelease = ULib.RELEASE, Author = "Team Ulysses", - URL = "http://ulyssesmod.net", + URL = "https://ulyssesmod.net", WorkshopID = 557962238, --WorkshopMounted = true, BuildNumLocal = tonumber(ULib.fileRead( "ulib.build" )), diff --git a/ulib.build b/ulib.build index a73ebef..f11bdfb 100644 --- a/ulib.build +++ b/ulib.build @@ -1 +1 @@ -1708618372 +1711238607