Skip to content

Commit 6d642e8

Browse files
committed
chore: change docs host
1 parent 09f0072 commit 6d642e8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSON:API Resource Schema Generation: Anchor
22

3-
[Documentation](https://anchor-gem.vercel.app/docs)
3+
[Documentation](https://jsonapi-resources-anchor.up.railway.app/docs)
44

55
Easily generate TypeScript schemas, JSON Schemas, or any schema of your choice
66
from [cerebris/jsonapi-resources](https://github.com/cerebris/jsonapi-resources)
@@ -10,13 +10,13 @@ Ideally, API schemas have the types of each payload fully specified.
1010

1111
`jsonapi-resources-anchor` provides:
1212

13-
- [Type inference](https://anchor-gem.vercel.app/docs/Features/type_inference)
13+
- [Type inference](https://jsonapi-resources-anchor.up.railway.app/docs/Features/type_inference)
1414
via the underlying ActiveRecord model of a resource
15-
- [Type annotation](https://anchor-gem.vercel.app/docs/Features/type_annotation),
15+
- [Type annotation](https://jsonapi-resources-anchor.up.railway.app/docs/Features/type_annotation),
1616
e.g. `attribute :name_length, Anchor::Types::Integer`
17-
- [Configuration](https://anchor-gem.vercel.app/docs/API/configuration), e.g.
18-
setting the case (camel, snake, etc.) of properties and deriving TypeScript
19-
comments from database comments
17+
- [Configuration](https://jsonapi-resources-anchor.up.railway.app/docs/API/configuration),
18+
e.g. setting the case (camel, snake, etc.) of properties and deriving
19+
TypeScript comments from database comments
2020
- TypeScript and JSON Schema generators via
2121
`Anchor::TypeScript::SchemaGenerator` and
2222
`Anchor::JSONSchema::SchemaGenerator`

jsonapi-resources-anchor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.license = "MIT"
99
s.metadata = {
1010
"changelog_uri" => "https://github.com/mattkhan/jsonapi-resources-anchor/blob/main/CHANGELOG.md",
11-
"documentation_uri" => "https://anchor-gem.vercel.app/docs",
11+
"documentation_uri" => "https://jsonapi-resources-anchor.up.railway.app/docs",
1212
"source_code_uri" => "https://github.com/mattkhan/jsonapi-resources-anchor",
1313
"github_repo" => "ssh://github.com/mattkhan/jsonapi-resources-anchor",
1414
}

0 commit comments

Comments
 (0)