Skip to content

Commit a8ec27b

Browse files
chore: update references to point at current Librebooking URL (#157)
Update references that were using "Librebooking/app" to point to the new location at "Librebooking/librebooking" As the GitHub repository was renamed to: https://github.com/LibreBooking/librebooking
1 parent 9083866 commit a8ec27b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_on_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
appGitRefs:
77
required: true
8-
description: 'Librebooking/app version'
8+
description: 'Librebooking/librebooking version'
99
default: 'develop'
1010
imgBuild:
1111
required: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What is librebooking
22

3-
[Librebooking](https://github.com/librebooking/app) is a simple powerful
3+
[Librebooking](https://github.com/Librebooking/librebooking) is a simple powerful
44
scheduling solution for any organization, forked from
55
[Booked](https://www.bookedscheduler.com/).
66

RUN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It needs to be linked to a running MariaDB database container.
66
## Environment variables
77

88
From version-3, this docker image makes full usage of the
9-
[environment variables override](https://github.com/LibreBooking/app/blob/develop/docs/source/BASIC-CONFIGURATION.rst).
9+
[environment variables override](https://github.com/LibreBooking/librebooking/blob/develop/docs/source/BASIC-CONFIGURATION.rst).
1010

1111
### Required variables
1212

@@ -45,7 +45,7 @@ For instance:
4545

4646
Several services in librebooking such as reminder emails require a job
4747
scheduler. For a full list of background jobs, checkout the
48-
[wiki](https://github.com/LibreBooking/app/wiki/Background-jobs)
48+
[wiki](https://github.com/LibreBooking/librebooking/wiki/Background-jobs)
4949

5050
The background jobs can either be handled by the:
5151

@@ -70,4 +70,4 @@ folder defined by the environment variable `LB_LOGGING_FOLDER`.
7070

7171
## Examples of running librebooking
7272

73-
Examples are provided inside directory `.examples`
73+
Examples are provided inside directory `.examples`

0 commit comments

Comments
 (0)