onflow / cadence-lang.org

The home of the Cadence website
https://cadence-lang.org
Other
9 stars 17 forks source link

[BUG] Tutorial URLs are suddenly wrong? #126

Closed turbolent closed 3 months ago

turbolent commented 4 months ago

Current Behavior

The tutorial pages are named NN-Name..., e.g. 02-hello-world, e.g. https://github.com/onflow/cadence-lang.org/blob/main/docs/tutorial/02-hello-world.md

It used to be that the tutorial pages were available under such names, e.g. https://cadence-lang.org/docs/tutorial/02-hello-world, but that does not seem to be the case anymore?

It looks like the URLs are now e.g. https://cadence-lang.org/docs/tutorial/hello-world

Expected Behavior

Old URLs should keep working, e.g. https://cadence-lang.org/docs/tutorial/02-hello-world.

These pages are linked to from e.g. https://flow.com/play

Steps To Reproduce

  1. Go to https://flow.com/play
  2. See links are broken

Environment

- OS:
- Node:
- npm:

What are you currently working on that this is blocking?

No response