Skip to content

Commit 4370ecc

Browse files
fflatennohwnd
andauthored
Add discord-link and cleanup README (pester#2102)
Co-authored-by: nohwnd <[email protected]>
1 parent 105e60f commit 4370ecc

20 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Save this code example in a file named `Get-Planet.Tests.ps1`, and run `Invoke-P
6363

6464
Learn how to [start quick with Pester](https://pester.dev/docs/quick-start) in our docs.
6565

66-
The example above also has an [annotated and production ready version here](Examples/Planets).
66+
The example above also has an [annotated and production ready version here](docs/Examples/Planets).
6767

6868
## Installation
6969

@@ -99,7 +99,7 @@ Describe 'Notepad' {
9999
}
100100
```
101101

102-
Learn more about assertions in [our documentation](https://pester.dev/docs/usage/assertions).
102+
Learn more about assertions in [our documentation](https://pester.dev/docs/assertions/should-command).
103103

104104
### Mocking
105105

@@ -164,7 +164,7 @@ Do you like what you see? Learn how to use Pester with our [quick start guide](h
164164
165165
Got questions or you just want to get in touch? Use our issues page or one of these channels:
166166
167-
[![Pester Twitter](images/readme/twitter-64.PNG)](https://twitter.com/PSPester) [![Pester on StackOverflow](images/readme/stack-overflow-64.PNG)](https://stackoverflow.com/questions/tagged/pester) [![Testing channel on Powershell Slack](images/readme/slack-64.PNG)](https://powershell.slack.com/messages/C03QKTUCS) or try github discussions <a href="https://github.com/pester/Pester/discussions"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub discussions" height="64"></a>.
167+
[![Pester Twitter](images/readme/twitter-64.PNG)](https://twitter.com/PSPester) [![Pester on StackOverflow](images/readme/stack-overflow-64.PNG)](https://stackoverflow.com/questions/tagged/pester) [![Testing channel on Powershell Slack](images/readme/slack-64.PNG)](https://powershell.slack.com/messages/C03QKTUCS) [![Testing channel on Powershell Discord](images/readme/discord-64.PNG)](https://discord.gg/powershell) or try github discussions <a href="https://github.com/pester/Pester/discussions"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub discussions" height="64"></a>.
168168
169169
## Sponsored by
170170

docs/images/logo.png

-1.03 MB
Binary file not shown.

docs/images/pester.PNG

-16.8 KB
Binary file not shown.

docs/images/pester_blue_darker.pdf

-96 KB
Binary file not shown.

docs/images/pester_blue_lighter.pdf

-1010 KB
Binary file not shown.
-92.5 KB
Binary file not shown.

docs/images/readme/gitter-64.PNG

-746 Bytes
Binary file not shown.

docs/images/readme/jacoco.PNG

-9.1 KB
Binary file not shown.

docs/images/readme/minimal-output.gif

-1.61 MB
Binary file not shown.

docs/images/readme/output.PNG

-21 KB
Binary file not shown.

docs/images/readme/pshorg-85x64.PNG

-1.07 KB
Binary file not shown.

docs/images/readme/single-test.gif

-1.43 MB
Binary file not shown.

docs/images/readme/slack-64.PNG

-6.1 KB
Binary file not shown.
-2.47 KB
Binary file not shown.

docs/images/readme/twitter-64.PNG

-2.12 KB
Binary file not shown.
File renamed without changes.

images/readme/discord-64.png

2.18 KB
Loading
File renamed without changes.

publish/Pester.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<description>Pester is testing framework for PowerShell, written in PowerShell.</description>
99
<tags>powershell unit testing bdd tdd mocking admin</tags>
1010
<authors>Pester Team</authors>
11-
<iconUrl>https://raw.githubusercontent.com/pester/pester/master/images/pester.PNG</iconUrl>
11+
<iconUrl>https://raw.githubusercontent.com/pester/pester/main/images/pester.PNG</iconUrl>
1212
<projectUrl>https://github.com/Pester/Pester</projectUrl>
1313
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
1414
</metadata>

src/Pester.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
Tags = @('powershell', 'unit_testing', 'bdd', 'tdd', 'mocking', 'PSEdition_Core', 'PSEdition_Desktop', 'Windows', 'Linux', 'MacOS')
108108

109109
# The web address of an icon which can be used in galleries to represent this module
110-
IconUri = 'https://raw.githubusercontent.com/pester/Pester/master/images/pester.PNG'
110+
IconUri = 'https://raw.githubusercontent.com/pester/Pester/main/images/pester.PNG'
111111

112112
# The web address of this module's project or support homepage.
113113
ProjectUri = "https://github.com/Pester/Pester"

0 commit comments

Comments
 (0)