Skip to content

Commit

Permalink
[gallery] change BRANCH to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng committed May 31, 2024
1 parent f612165 commit cb9fdcc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ object ProjectUrl {

const val FEED_BACK = "$ROOT/issues/new/choose"

//TODO redirect to master
private const val BRANCH = "dev"
private const val BRANCH = "master"

fun componentCodeOf(path: String): String {
return "$ROOT/tree/$BRANCH/$path"
Expand Down

0 comments on commit cb9fdcc

Please sign in to comment.