Skip to content

Commit 1daacc1

Browse files
committed
Fixed urls.
1 parent 6486936 commit 1daacc1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install-Module -Name 'powershell-cli-menu-helpers'
3131
- Obtain the source
3232

3333
```
34-
git clone https://github.com/netcloudag/powershell-cli-menu-helpers
34+
git clone https://github.com/netcloudag/powershell-cli-menu-helpers.git
3535
```
3636

3737
- Navigate to the source directory
@@ -146,7 +146,7 @@ cd .\example\
146146

147147
## Contributing
148148

149-
Contributions are welcome, please refere to [CONTRIBUTING.md](https://github.com/netcloudag/powershell-cli-menu-helpers/CONTRIBUTING.md) for details.
149+
Contributions are welcome, please refere to [CONTRIBUTING.md](https://github.com/netcloudag/powershell-cli-menu-helpers/blob/master/CONTRIBUTING.md) for details.
150150

151151
## Creating a release
152152

@@ -161,8 +161,8 @@ Install-Module -Name 'PSScriptAnalyzer'
161161

162162
- Add / modify the test cases inside the folder `.\tests`
163163
- Run the tests (`.\test.ps1`)
164-
- Update the [CHANGELOG.md](https://github.com/netcloudag/powershell-cli-menu-helpers/CHANGELOG.md)
165-
- Update the `ModuleVersion` inside the [config.json](https://github.com/netcloudag/powershell-cli-menu-helpers/config.json)
164+
- Update the [CHANGELOG.md](https://github.com/netcloudag/powershell-cli-menu-helpers/blob/master/CHANGELOG.md)
165+
- Update the `ModuleVersion` inside the [config.json](https://github.com/netcloudag/powershell-cli-menu-helpers/blob/master/config.json)
166166
- Add release tag on github
167167
- Run the script `.\build.ps1` to create a new build
168168
- Run the scirpt `.\publish.ps1` to publish the build to PowerShell Gallery
@@ -175,4 +175,4 @@ Install-Module -Name 'PSScriptAnalyzer'
175175
## License
176176

177177
This project is licensed under MIT with Copyright (c) 2020 Netcloud AG. \
178-
See the [LICENSE.md](https://github.com/netcloudag/powershell-cli-menu-helpers/LICENSE.md) file for details.
178+
See the [LICENSE.md](https://github.com/netcloudag/powershell-cli-menu-helpers/blob/master/LICENSE.md) file for details.

config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"Author": "Patrick Grazioli",
66
"CompanyName": "Netcloud AG",
77
"Copyright": "2020 Netcloud AG. All rights reserved.",
8-
"LicenseUri": "https://github.com/netcloudag/powershell-cli-menu-helpers/LICENSE.md",
9-
"Description": "https://github.com/netcloudag/powershell-cli-menu-helpers/README.md",
8+
"LicenseUri": "https://github.com/netcloudag/powershell-cli-menu-helpers/blob/master/LICENSE.md",
9+
"Description": "https://github.com/netcloudag/powershell-cli-menu-helpers/blob/master/README.md",
1010
"PowerShellVersion": "5.1",
1111
"ProjectUri": "https://github.com/netcloudag/powershell-cli-menu-helpers",
12-
"ReleaseNotes": "https://github.com/netcloudag/powershell-cli-menu-helpers/CHANGELOG.md",
12+
"ReleaseNotes": "https://github.com/netcloudag/powershell-cli-menu-helpers/blob/master/CHANGELOG.md",
1313
"Tags": [
1414
"cli menu",
1515
"menu",
@@ -18,5 +18,5 @@
1818
"filter item",
1919
"cli menu helpers"
2020
],
21-
"IconUri": "https://github.com/netcloudag/powershell-cli-menu-helpers/assets/images/ncdev_logo.png"
21+
"IconUri": "https://github.com/netcloudag/powershell-cli-menu-helpers/blob/master/assets/images/ncdev_logo.png"
2222
}

0 commit comments

Comments
 (0)