Skip to content

Commit d6e8003

Browse files
authored
Use HTTPS for links in main Readme
Manually tested that links support HTTPS
1 parent 0fac0d8 commit d6e8003

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ The design goal is to create a framework specific to powershell scripting in gen
3131
- Automatically rotate old or too large logs
3232

3333
## More guidance
34-
All of the upcoming documentation will also be hosted at the [official PSFramework website](http://psframework.org), existing documentation shall be copied to also be available there.
34+
All of the upcoming documentation will also be hosted at the [official PSFramework website](https://psframework.org), existing documentation shall be copied to also be available there.
3535

36-
The PSFramework project has a related slack community, where everybody is free to join, ask questions or discuss practices. For a free invite, check our [Contact](http://psframework.org/general/contact.html) page
36+
The PSFramework project has a related slack community, where everybody is free to join, ask questions or discuss practices. For a free invite, check our [Contact](https://psframework.org/general/contact.html) page
3737

3838
The PSFramework comes with lots of internal documentation.
3939
All functions ship with help and examples and there are quite a few concept help articles:
4040
```powershell
4141
Get-Help about_psf*
4242
```
4343
(Note: Some of them are not quite done yet)
44-
Finally, I also like to [write in my blog](http://allthingspowershell.blogspot.de) about the PSFramework and all my other projects.
44+
Finally, I also like to [write in my blog](https://allthingspowershell.blogspot.de) about the PSFramework and all my other projects.

0 commit comments

Comments
 (0)