Skip to content

Commit 48eb9ed

Browse files
authored
Fix bug reporting link
1 parent c947702 commit 48eb9ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Best-Practices/Building-Reusable-Tools.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ On the flip side, it's important to note that writing your own code from the gro
8080

8181
# WAST-02 Report bugs to Microsoft
8282

83-
An exception: if you know that a built-in technique doesn't work properly (e.g., it is buggy or doesn't accomplish the exact task), then obviously it's fine to re-invent the wheel. However, in cases where you're doing so to avoid a bug or design flaw, then you should - as an upstanding member of the community - report the bug on [connect.microsoft.com](http://connect.microsoft.com/) also.
84-
83+
An exception: if you know that a built-in technique doesn't work properly (e.g., it is buggy or doesn't accomplish the exact task), then obviously it's fine to re-invent the wheel. However, in cases where you're doing so to avoid a bug or design flaw, then you should - as an upstanding member of the community - report the bug on [github.com/powershell](https://github.com/PowerShell/PowerShell/issues) also.
8584

8685

8786
TODO: The "PURE" section is dubious at best. We need to discuss it.

0 commit comments

Comments
 (0)