mirror of https://github.com/winsw/winsw
Merge pull request #448 from winsw/rename-repo-in-docs
Update the repository locations in Documentation and the NuGet specpull/449/head^2
commit
6198853d8f
|
@ -3,7 +3,7 @@ Release Notes
|
|||
|
||||
##### Newer releases
|
||||
|
||||
See [GitHub Releases](https://github.com/kohsuke/winsw/releases)
|
||||
See [GitHub Releases](https://github.com/winsw/winsw/releases)
|
||||
|
||||
##### 2.3.0
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
winsw: Windows service wrapper in less restrictive license
|
||||
=========================
|
||||
|
||||
[](https://github.com/kohsuke/winsw/releases)
|
||||
[](https://github.com/winsw/winsw/releases)
|
||||
[](https://www.nuget.org/packages/WinSW/)
|
||||
[](https://ci.appveyor.com/project/oleg-nenashev/winsw)
|
||||
[](https://gitter.im/winsw/winsw?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
@ -15,7 +15,7 @@ See the [project manifest](MANIFEST.md).
|
|||
|
||||
### Download
|
||||
|
||||
Starting from WinSW `2.x`, the releases are being hosted on [GitHub](https://github.com/kohsuke/winsw/releases) and [nuget.org](https://www.nuget.org/packages/WinSW/).
|
||||
Starting from WinSW `2.x`, the releases are being hosted on [GitHub](https://github.com/winsw/winsw/releases) and [nuget.org](https://www.nuget.org/packages/WinSW/).
|
||||
|
||||
Due to historical reasons, the project also uses [Jenkins Maven repository](https://jenkins.io/index.html) as a secondary source.
|
||||
Binaries are available [here](http://repo.jenkins-ci.org/releases/com/sun/winsw/winsw/).
|
||||
|
|
|
@ -15,7 +15,7 @@ More info about the wrapper is available in the projects GitHub repository.
|
|||
<authors>WinSW contributors</authors>
|
||||
<owners>Oleg Nenashev, Kohsuke Kawaguchi</owners>
|
||||
<license type="expression">MIT</license>
|
||||
<projectUrl>https://github.com/kohsuke/winsw</projectUrl>
|
||||
<projectUrl>https://github.com/winsw/winsw</projectUrl>
|
||||
<!--<iconUrl>TODO</iconUrl>-->
|
||||
<copyright>Copyright (c) 2010-2016 Kohsuke Kawaguchi, Sun Microsystems, Inc., CloudBees, Inc., Oleg Nenashev and other contributors</copyright>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
|
|
Loading…
Reference in New Issue