Update URLs

This commit is contained in:
SticklyMan 2024-03-23 17:57:13 -06:00
parent 402e0492a8
commit ac25b304fc
6 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# EditorConfig is awesome: http://EditorConfig.org
# EditorConfig is awesome: https://editorconfig.org/
# top-most EditorConfig file
root = true

View File

@ -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.

View File

@ -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.

View File

@ -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/"
}

View File

@ -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" )),

View File

@ -1 +1 @@
1708618372
1711238607