diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5c79a52..e06a69cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - master + - main paths-ignore: - 'README.md' - 'docs/**' diff --git a/docs/docs/installation.mdx b/docs/docs/installation.mdx index 201d491e..9806a315 100644 --- a/docs/docs/installation.mdx +++ b/docs/docs/installation.mdx @@ -170,4 +170,4 @@ Make sure `~/downloadedtheme.json` points to your downloaded or adjusted theme. [nerdfonts]: https://www.nerdfonts.com/ [meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip [powershell]: /docs/powershell -[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/master/themes +[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes diff --git a/docs/docs/introduction.md b/docs/docs/introduction.md index 4c0b780c..77ecdc64 100644 --- a/docs/docs/introduction.md +++ b/docs/docs/introduction.md @@ -76,5 +76,5 @@ can get started even without having to understand the theming. So, let's no long [kofi]: https://ko-fi.com/jandedobbeleer [block]: /docs/configure#block [segment]: /docs/configure#segment -[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/master/themes +[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes [omp-themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/master/Themes diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index e7887ef2..fc7ba4c3 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -81,7 +81,7 @@ module.exports = { { docs: { sidebarPath: require.resolve("./sidebars.js"), - editUrl: "https://github.com/jandedobbeleer/oh-my-posh3/edit/master/docs/", + editUrl: "https://github.com/jandedobbeleer/oh-my-posh3/edit/main/docs/", }, theme: { customCss: require.resolve("./src/css/custom.css"), diff --git a/packages/powershell/oh-my-posh/oh-my-posh.psd1 b/packages/powershell/oh-my-posh/oh-my-posh.psd1 index a65b9473..b217b00d 100644 --- a/packages/powershell/oh-my-posh/oh-my-posh.psd1 +++ b/packages/powershell/oh-my-posh/oh-my-posh.psd1 @@ -39,7 +39,7 @@ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('git', 'agnoster', 'theme', 'zsh', 'posh-git', 'prompt', 'paradox', 'robbyrussel', 'oh-my-posh') # A URL to the license for this module. - LicenseUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3/blob/master/COPYING' + LicenseUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/COPYING' # A URL to the main website for this project. ProjectUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3' } # End of PSData hashtable