Skip to content

Commit 46703f6

Browse files
author
Felix
committed
Change repo url
1 parent b06a273 commit 46703f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/util/CheckIsLatestVersion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object CheckIsLatestVersion {
1212

1313
case class Release(tag_name: String)
1414

15-
val Url = "https://api.github.com/repos/felixgborrego/docker-ui-chrome-app/releases/latest"
15+
val Url = "https://api.github.com/repos/felixgborrego/simple-docker-ui/releases/latest"
1616

1717
def latestVersion(): Future[String] = {
1818
Ajax.get(Url, timeout = 5000).map { xhr =>

0 commit comments

Comments
 (0)