summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsalotz <[email protected]>2021-12-23 05:12:05 -0500
committerGitHub <[email protected]>2021-12-23 11:12:05 +0100
commitf66ae2366f3abf58f63dbe1f719a2cd33cccf1ca (patch)
tree8e911b55195b4041ac6e9bf59b1146e875652939
parent4874c45ebff0249d2d1acfb612a7f81638f25238 (diff)
downloadraylib-f66ae2366f3abf58f63dbe1f719a2cd33cccf1ca.tar.gz
raylib-f66ae2366f3abf58f63dbe1f719a2cd33cccf1ca.zip
fix scopes binding URL (#2240)
-rw-r--r--BINDINGS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BINDINGS.md b/BINDINGS.md
index da2a89a7..99024eef 100644
--- a/BINDINGS.md
+++ b/BINDINGS.md
@@ -46,7 +46,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to
| raylib-freebasic | **4.0** | [FreeBASIC](https://www.freebasic.net/) | MIT | https://github.com/WIITD/raylib-freebasic |
| raylib-cr | **4.0** | [Crystal](https://crystal-lang.org/) | Apache-2.0 | https://github.com/sol-vin/raylib-cr |
| dart-raylib | **4.0** | [Dart](https://dart.dev/) | MIT | https://gitlab.com/wolfenrain/dart-raylib |
-| raylib-scopes | auto | [Scopes](https://scopes.rocks) | MIT | https://github.com/salotz/raylib-scopes |
+| raylib-scopes | auto | [Scopes](http://scopes.rocks) | MIT | https://github.com/salotz/raylib-scopes |
### Utility Wrapers
These are utility wrappers for specific languages, they are not required to use raylib in the language but may adapt the raylib API to be more inline with the language's pardigm.