Skip to content

Commit

Permalink
Merge pull request #1784 from Shopify/fix_session_docs_links
Browse files Browse the repository at this point in the history
Fix broken links in generators docs
  • Loading branch information
paulomarg committed Jan 25, 2024
2 parents 2336fab + 76b073f commit 6e2da43
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 6e2da43

Please sign in to comment.