Sorry the link today is the same as yesterday but instead of /files it says /design
Yes, Figma has made changes to the file URLs. Now they look like this:
figma.com/design/{file_key}/{file_name} # Figma Design files
figma.com/board/{file_key}/{file_name} # FigJam files
figma.com/{file_type}/{file_key}/{file_name} # other types in the future
You can find out more here:
https://www.figma.com/developers/embed
Thanks @tank666
Did they announce these changes anywhere?
This was announced in an email newsletter for developers and on the Discord channel.
Well, it’s broken all of my angular - storybook - Figma links. Opening code today and spinning up storybook, I can see the Figma designs for links formatted as /file/xxxxxx, but if I try to generate new elements and copy the links, they have the new format /design/ and they don’t seem to work. I just get a big “www.figma.com refused to connect.” in the panel. Not sure how to proceed? …