Shopify / shopify_app

A Rails Engine for building Shopify Apps
MIT License
1.74k stars 683 forks source link

Broken `new embedded app authorization strategy` url #1846

Closed BaggioGiacomo closed 2 months ago

BaggioGiacomo commented 2 months ago

Issue summary

On this paragraph the new embedded app authorization strategy link redirects to a not found page since it doesn't exist a README.md in /shopify_app/docs/README.md.

The user should be redirected here instead

Expected behavior

I except to be redirected to the README on the New embedded app authorization strategy (Token Exchange) paragraph

Actual behavior

I'm being redirected to a Not found page

Steps to reproduce the problem

  1. Click on the new embedded app authorization strategy link on this paragraph
sle-c commented 2 months ago

PR opened for this issue https://github.com/Shopify/shopify_app/pull/1847