Skip to content

Commit

Permalink
Fix broken links in generators docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Jan 25, 2024
1 parent 2336fab commit 76b073f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/shopify_app/generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ Specify whether the app is an embedded app. Apps are embedded by default.

#### `$ rails generate shopify_app:shop_model`

This generator creates a `Shop` model and a migration to store shop installation records. See [*Shop-based token strategy*](/docs/shopify_app/session-repository.md#shop-based-token-storage) to learn more.
This generator creates a `Shop` model and a migration to store shop installation records. See [*Shop-based token strategy*](/docs/shopify_app/sessions.md#shop-offline-token-storage) to learn more.

---

#### `$ rails generate shopify_app:user_model`

This generator creates a `User` model and a migration to store user records. See [*User-based token strategy*](/docs/shopify_app/session-repository.md#user-based-token-storage) to learn more.
This generator creates a `User` model and a migration to store user records. See [*User-based token strategy*](/docs/shopify_app/sessions.md#user-online-token-storage) to learn more.

---

Expand Down

0 comments on commit 76b073f

Please sign in to comment.