Skip to content

Commit de9184e

Browse files
committed
Replaced BrandyMint with TinkerDev.
1 parent c8b193a commit de9184e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Contributing to Grape-Swagger-Rails
22

3-
This project is work of [many contributors](https://github.com/BrandyMint/grape-swagger-rails/graphs/contributors).
4-
You're encouraged to submit [pull requests](https://github.com/BrandyMint/grape-swagger-rails/pulls),
5-
[propose features and discuss issues](https://github.com/BrandyMint/grape-swagger-rails/issues).
3+
This project is work of [many contributors](https://github.com/TinkerDev/grape-swagger-rails/graphs/contributors).
4+
You're encouraged to submit [pull requests](https://github.com/TinkerDev/grape-swagger-rails/pulls),
5+
[propose features and discuss issues](https://github.com/TinkerDev/grape-swagger-rails/issues).
66

77
In the examples below, substitute your Github username for `contributor` in URLs.
88

99
## Fork the Project
1010

11-
Fork the [project on Github](https://github.com/BrandyMint/grape-swagger-rails) and check out your copy.
11+
Fork the [project on Github](https://github.com/TinkerDev/grape-swagger-rails) and check out your copy.
1212

1313
```
1414
git clone https://github.com/contributor/grape-swagger.git
1515
cd grape-swagger
16-
git remote add upstream https://github.com/BrandyMint/grape-swagger-rails.git
16+
git remote add upstream https://github.com/TinkerDev/grape-swagger-rails.git
1717
```
1818

1919
## Create a Topic Branch

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To update Swagger UI from its [distribution](https://github.com/wordnik/swagger-
100100
* [dapi](https://github.com/dapi)
101101
* [joelvh](https://github.com/joelvh)
102102
* [dblock](https://github.com/dblock)
103-
* ... and [more](https://github.com/BrandyMint/grape-swagger-rails/graphs/contributors) ...
103+
* ... and [more](https://github.com/TinkerDev/grape-swagger-rails/graphs/contributors) ...
104104

105105
## Contributing
106106

grape-swagger-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.email = ['[email protected]']
1111
spec.description = 'Swagger UI as Rails Engine for grape-swagger gem'
1212
spec.summary = 'Swagger UI as Rails Engine for grape-swagger gem'
13-
spec.homepage = 'https://github.com/BrandyMint/grape-swagger-rails'
13+
spec.homepage = 'https://github.com/TinkerDev/grape-swagger-rails'
1414
spec.license = 'MIT'
1515
spec.files = `git ls-files`.split($/)
1616
spec.test_files = `git ls-files spec`.split($/)

0 commit comments

Comments
 (0)