Doc: Use shorter readme link (#2671)

Since it links to readme on default branch (permalink), can just omit that all making links shorter.
This commit is contained in:
Elan Ruusamäe
2024-05-07 02:39:44 -07:00
committed by GitHub
parent 3395c828b2
commit 16e5848426
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1506,7 +1506,7 @@ function ask_empty_line() {
}
function print_instant_prompt_link() {
local link='https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt'
local link='https://github.com/romkatv/powerlevel10k#instant-prompt'
(( wizard_columns < $#link )) && return
print
flowing -c "$(href $link)"