Skip to content

Commit

Permalink
updated href for nuget and readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
larzw committed Jan 25, 2018
1 parent 94da885 commit 0d46abd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Task("NuGet-Push").IsDependentOn("Paket-Pack").Does(() =>

If you want to use paket instead of nuget in the preprocessor directive e.g. `#tool paket:?package=Cake.Foo` and/or `#addin paket:?package=Cake.Bar` then you need to use *Cake.Paket.Module*.

* Get the modified [cake bootstrapper script](https://github.com/larzw/Cake.Paket/wiki/Cake-Bootstrapper-Script), then create a *tools* dependency group and add *Cake* to your *paket.dependencies* file
* Get the modified [cake bootstrapper script](https://github.com/cake-contrib/Cake.Paket/wiki/Cake-Bootstrapper-Script), then create a *tools* dependency group and add *Cake* to your *paket.dependencies* file
```
group tools
source https://nuget.org/api/v2
Expand All @@ -108,11 +108,11 @@ Note that if you use ` #addin nuget:?package=Cake.Paket` you can use the cake te

# Example Project

[Cake.Paket.Example](https://github.com/larzw/Cake.Paket.Example) is an example project which uses Paket with Cake. Additionally, the project for the paket addin and module is another good resource, see [setup.cake](https://github.com/larzw/Cake.Paket/blob/master/setup.cake).
[Cake.Paket.Example](https://github.com/larzw/Cake.Paket.Example) is an example project which uses Paket with Cake. Additionally, the project for the paket addin and module is another good resource, see [setup.cake](https://github.com/cake-contrib/Cake.Paket/blob/master/setup.cake).

# Documentation

- See the [Documentation](https://github.com/larzw/Cake.Paket/wiki) for additional help.
- See the [Documentation](https://github.com/cake-contrib/Cake.Paket/wiki) for additional help.
- Cake's sites contains documentation of the addin at [Cake.Paket](http://cakebuild.net/dsl/paket/).

# Contributing
Expand All @@ -121,4 +121,4 @@ All types of contributions are welcome!

# Questions

Feel free to open an [issue](https://github.com/larzw/Cake.Paket/issues) or **@larzw** me via [Gitter](https://gitter.im/cake-contrib/Lobby)
Feel free to open an [issue](https://github.com/cake-contrib/Cake.Paket/issues) or **@larzw** me via [Gitter](https://gitter.im/cake-contrib/Lobby)
4 changes: 2 additions & 2 deletions Source/Cake.Paket.Addin/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ owners Larz White
releaseNotes See Github release.
description Paket addin for Cake.
summary Cake addin that extends Cake with ability to use paket.
licenseUrl https://github.com/larzw/Cake.Paket/blob/master/LICENSE
projectUrl https://github.com/larzw/Cake.Paket
licenseUrl https://github.com/cake-contrib/Cake.Paket/blob/master/LICENSE
projectUrl https://github.com/cake-contrib/Cake.Paket
iconUrl https://raw.githubusercontent.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png
requireLicenseAcceptance false
copyright Copyright (c) 2017 Larz White
Expand Down
4 changes: 2 additions & 2 deletions Source/Cake.Paket.Module/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ owners Larz White
releaseNotes See Github release.
description Paket module for cake.
summary Cake module that extends Cake with ability to use paket.
licenseUrl https://github.com/larzw/Cake.Paket/blob/master/LICENSE
projectUrl https://github.com/larzw/Cake.Paket
licenseUrl https://github.com/cake-contrib/Cake.Paket/blob/master/LICENSE
projectUrl https://github.com/cake-contrib/Cake.Paket
iconUrl https://raw.githubusercontent.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png
requireLicenseAcceptance false
copyright Copyright (c) 2017 Larz White
Expand Down

0 comments on commit 0d46abd

Please sign in to comment.