Skip to content

chore(bigquery-firestore-export): fix broken links#861

Open
HassanBahati wants to merge 2 commits intomainfrom
fix-broken-bigquery-firestore-export-links
Open

chore(bigquery-firestore-export): fix broken links#861
HassanBahati wants to merge 2 commits intomainfrom
fix-broken-bigquery-firestore-export-links

Conversation

@HassanBahati
Copy link
Copy Markdown
Contributor

Description

Fixes broken GitHub URLs in the bigquery-firestore-export extension. The sourceUrl and releaseNotesUrl in extension.yaml were missing the tree/blob path segments, so they pointed to invalid GitHub links.

Changes Made

  • sourceUrl: Added tree so the link uses the correct GitHub directory URL format:
    .../firebase-extensions/tree/main/bigquery-firestore-export (was .../firebase-extensions/main/bigquery-firestore-export).
  • releaseNotesUrl: Switched to the correct file URL format using blob:
    .../firebase-extensions/blob/main/bigquery-firestore-export/CHANGELOG.md (was .../firebase-extensions/main/bigquery-firestore-export/CHANGELOG.md).

Testing

  • Verified the corrected URLs in a browser.

Tests Run (if applicable)

  • Unit tests — N/A
  • Integration tests — N/A
  • Manual testing — URL format check and optional browser verification

Additional Notes

  • No behavior change; only metadata links in extension.yaml were updated.

Copy link
Copy Markdown
Collaborator

@cabljac cabljac left a comment

Choose a reason for hiding this comment

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

lgtm, good spot! can we update CHANGELOG

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.

2 participants