Skip to content

fix(docs): repair broken Flet Gallery links - #6770

Merged
FeodorFitsner merged 1 commit into
flet-dev:mainfrom
UpadhyayKiran:fix/gallery-links-redirect
Aug 14, 2026
Merged

fix(docs): repair broken Flet Gallery links#6770
FeodorFitsner merged 1 commit into
flet-dev:mainfrom
UpadhyayKiran:fix/gallery-links-redirect

Conversation

@UpadhyayKiran

@UpadhyayKiran UpadhyayKiran commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Description

The old https://flet.dev/gallery URL returns the Flet website's 404 page after the Gallery moved to Flet Studio.

This change:

  • updates the remaining README Gallery links to https://studio.flet.dev/gallery
  • updates the stale Declarative Gallery link to the corresponding Flet Studio route
  • adds permanent redirects for /gallery and /gallery/ so existing bookmarks and external links continue to work

The redirect uses the existing website/static/_redirects file and adds no dependencies.

Validation

  • confirmed https://studio.flet.dev/gallery returns HTTP 200
  • confirmed https://studio.flet.dev/gallery/declarative returns HTTP 200 and manually verified that it opens the Declarative Gallery category
  • confirmed no remaining flet.dev/gallery or flet.app/gallery references
  • git diff --check passes
  • yarn install --immutable --inline-builds passes
  • production docs build was attempted; CrocoDocs could not generate some CLI partials in the fresh Windows environment, causing Docusaurus to fail on those missing generated files. No error was related to these Gallery changes.

Summary by Sourcery

Update documentation links and site redirects to point the Flet Gallery to its new Flet Studio location.

Deployment:

  • Add permanent redirects for /gallery and /gallery/ to the new Flet Studio gallery URL so existing bookmarks and external links remain valid.

Documentation:

  • Update all remaining README and cookbook references to the Apps Gallery to use the new studio.flet.dev Gallery URLs, including the declarative examples route.

@CLAassistant

CLAassistant commented Aug 13, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@UpadhyayKiran
UpadhyayKiran marked this pull request as ready for review August 13, 2026 14:44

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@FeodorFitsner
FeodorFitsner merged commit e8e9a9f into flet-dev:main Aug 14, 2026
2 checks passed
@UpadhyayKiran
UpadhyayKiran deleted the fix/gallery-links-redirect branch August 14, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants