githubSourceUrl

fun githubSourceUrl(username: String, repoName: String, path: String = "", branchName: String = "master"): String

Build a https://github.com/{user}/{repo}/blob/{branch}/{path} URL pointing at a source file in the GitHub web UI.