Skip to content

Commit

Permalink
pkg/constants: Adjust XDEB URLs after project transfer to xdeb-org
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <thetredev@gmail.com>
  • Loading branch information
thetredev committed Nov 5, 2023
1 parent 417b8f4 commit 717872b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const APPLICATION_NAME = "xdeb-install"

const LOG_MESSAGE_PREFIX = "[" + APPLICATION_NAME + "]"

const XDEB_URL = "https://github.com/toluschr/xdeb/releases"
const XDEB_MASTER_URL = "https://raw.githubusercontent.com/toluschr/xdeb/master"
const XDEB_URL = "https://github.com/xdeb-org/xdeb/releases"
const XDEB_MASTER_URL = "https://raw.githubusercontent.com/xdeb-org/xdeb/master"

const XDEB_INSTALL_REPOSITORIES_TAG = "v1.1.1"
const XDEB_INSTALL_REPOSITORIES_URL = "https://raw.githubusercontent.com/xdeb-org/xdeb-install-repositories"

0 comments on commit 717872b

Please sign in to comment.