docs: remove "pathname://" prefix from windows store install link

This change fixes the link in the windows documentation to the windows store to
download oh my posh. The existing link was prefixed with "pathname://", which when
clicked opens a new empty tab. Copying and pasting the link without "pathname://"
into the address bar will correctly open the windows store for oh my posh. I tested
this using the latest stable version of MS Edge and Firefox.
This commit is contained in:
Chris Johnston‮ 2024-01-16 11:07:49 -08:00 committed by Jan De Dobbeleer
parent 870bf9020f
commit c12eae399e

View file

@ -20,7 +20,7 @@ To display all icons, we recommend the use of a [Nerd Font][fonts].
When using oh-my-posh inside the WSL, make sure to follow the [Linux][linux] installation guide. When using oh-my-posh inside the WSL, make sure to follow the [Linux][linux] installation guide.
::: :::
<a href="pathname://ms-windows-store://pdp/?productid=XP8K0HKJFRXGCK" target="_blank"> <a href="ms-windows-store://pdp/?productid=XP8K0HKJFRXGCK" target="_blank">
<img <img
src={require('/img/winstore.png').default} src={require('/img/winstore.png').default}
alt="Windows Store Link" alt="Windows Store Link"