### Describe the bug on the page https://github.com/okta/okta-auth-js/blob/master/samples/generated/express-embedded-auth-with-sdk/README.md there is the sentence > Multifactor -> [routes/authenticators.js](https://github.com/okta/okta-auth-js/blob/master/samples/generated/express-embedded-auth-with-sdk/web-server/routes/authenticators.js) with a link that points at https://github.com/okta/okta-auth-js/blob/master/samples/generated/express-embedded-auth-with-sdk/web-server/routes/authenticators.js ; but that leads to a 404 ### Reproduction Steps? * Open the page https://github.com/okta/okta-auth-js/blob/master/samples/generated/express-embedded-auth-with-sdk/README.md * Ctrl + F `routes/authenticators.js` * Click on the link Expected result: the corresponding file is displayed Actual result: a 404 error is displayed ### SDK Versions N/A ### Additional Information? It seems the correct link is https://github.com/okta/okta-auth-js/blob/master/samples/generated/express-embedded-auth-with-sdk/web-server/routes/authenticators.js (ie: with no `s` at the end of `routes/authenticator`
Describe the bug
on the page https://github.com/okta/okta-auth-js/blob/master/samples/generated/express-embedded-auth-with-sdk/README.md there is the sentence
with a link that points at https://github.com/okta/okta-auth-js/blob/master/samples/generated/express-embedded-auth-with-sdk/web-server/routes/authenticators.js ; but that leads to a 404
Reproduction Steps?
routes/authenticators.jsExpected result: the corresponding file is displayed
Actual result: a 404 error is displayed
SDK Versions
N/A
Additional Information?
It seems the correct link is https://github.com/okta/okta-auth-js/blob/master/samples/generated/express-embedded-auth-with-sdk/web-server/routes/authenticators.js (ie: with no
sat the end ofroutes/authenticator