Skip to content

Commit c98df4d

Browse files
authored
Merge pull request #33 from Samsinite/patch-1
Fix invalid links
2 parents 0fa839b + 91cebe5 commit c98df4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbooks/without-activerecord.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ActiveRecord, we might want an `ActiveRecord::Relation` like
9595
mind the premise of building a hash of options and passing it off to a
9696
client can apply to any datastore).
9797

98-
Finally, we're [resolving that scope](/graphiti/guides/concepts/resources#resolve),
98+
Finally, we're [resolving that scope]({{site.github.url}}/guides/concepts/resources#resolve),
9999
returning the full dataset for now. The contract of `#resolve` is to
100100
return an array of model instances, hence `DATA.map { |d| Post.new(d)
101101
}`.
@@ -210,7 +210,7 @@ end
210210

211211
These are the overrides for persistence operations. You are encouraged
212212
**not** to override `create/update/destroy` directly and instead use
213-
[Persistence Lifecycle Hooks]({{site.github.url}}/concepts/resources#persistence-lifecycle-hooks).
213+
[Persistence Lifecycle Hooks]({{site.github.url}}/guides/concepts/resources#persistence-lifecycle-hooks).
214214

215215
{% include h.html tag="h2" text="Adapters" a="adapters" %}
216216

0 commit comments

Comments
 (0)