Skip to content

Commit 2685eb3

Browse files
vilinskisergey-tihon
authored andcommitted
corrected web links (#26)
* correct web links sergey-tihon -> fsprojects * fix linkx on README.md also * fix link to an issue in RELEASE_NOTES.md
1 parent ca4f726 commit 2685eb3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SwaggerProvider [![NuGet Badge](https://buildstats.info/nuget/SwaggerProvider)](https://www.nuget.org/packages/SwaggerProvider)
22

3-
[![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)
3+
[![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)
44

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

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Added support of composite types like ("type": [ "string", "null" ])
1919

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

2323
#### 0.3.4 - January 20 2016
2424
* Fixed generation of obsolete provided methods - https://github.com/fsprojects/FSharp.TypeProviders.StarterPack/issues/70

docs/tools/generate.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Web site location for the generated documentation
77
let website = "/SwaggerProvider"
88

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

1111
// Specify more information about your project
1212
let info =

src/SwaggerProvider.DesignTime/SchemaParser.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ module Parser =
150150
(fun obj -> // Models with Polymorphism Support
151151
match obj.TryGetProperty("discriminator") with
152152
| Some(discriminator) ->
153-
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."
153+
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."
154154
| None -> None
155155
)
156156
|]

src/SwaggerProvider/paket.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ owners
44
authors
55
Sergey Tihon
66
projectUrl
7-
http://sergey-tihon.github.io/SwaggerProvider/
7+
http://fsprojects.github.io/SwaggerProvider/
88
iconUrl
9-
https://raw.githubusercontent.com/sergey-tihon/SwaggerProvider/master/docs/files/img/logo.png
9+
https://raw.githubusercontent.com/fsprojects/SwaggerProvider/master/docs/files/img/logo.png
1010
licenseUrl
11-
http://github.com/sergey-tihon/SwaggerProvider/blob/master/LICENSE.txt
11+
http://github.com/fsprojects/SwaggerProvider/blob/master/LICENSE.txt
1212
requireLicenseAcceptance
1313
false
1414
copyright

0 commit comments

Comments
 (0)