mirror of
https://github.com/TeamUlysses/ulib.git
synced 2025-03-04 03:03:13 -05:00
Update URLs
This commit is contained in:
parent
402e0492a8
commit
ac25b304fc
@ -1,4 +1,4 @@
|
||||
# EditorConfig is awesome: http://EditorConfig.org
|
||||
# EditorConfig is awesome: https://editorconfig.org/
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
@ -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.
|
||||
|
12
README.md
12
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.
|
||||
|
@ -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/"
|
||||
}
|
||||
|
@ -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" )),
|
||||
|
@ -1 +1 @@
|
||||
1708618372
|
||||
1711238607
|
||||
|
Loading…
Reference in New Issue
Block a user