[UXIT-2951][filecoin.io V3] Migrate Blog Posts + Assets - Replace absolute links - Part 1 [skip percy]#2185
Open
barbaraperic wants to merge 1 commit intomainfrom
Open
[UXIT-2951][filecoin.io V3] Migrate Blog Posts + Assets - Replace absolute links - Part 1 [skip percy]#2185barbaraperic wants to merge 1 commit intomainfrom
barbaraperic wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request systematically replaces absolute links to Filecoin blog posts with relative paths across blog content files. The changes convert links from https://filecoin.io/blog/posts/... to /blog/... format, improving maintainability and reducing coupling to the domain name. This is Part 1 of a two-part refactoring effort, focusing specifically on links containing /posts/ in their path.
Changes:
- Converted absolute blog post URLs to relative paths across 150+ markdown files
- Updated links in both Chinese (zh-cn) and English (en) blog posts
- Maintained link functionality while improving code maintainability
Reviewed changes
Copilot reviewed 200 out of 200 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/filecoin-site/content/blog/posts/zh-cn/*.md | Updated Chinese blog posts with relative links |
| apps/filecoin-site/content/blog/posts/en/*.md | Updated English blog posts with relative links |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
This PR replaces all absolute links in
filecoin-site/content/blogthat pointed tohttps://filecoin.io/blog/posts/...with relative paths/blog/....NOTE: A follow-up PR will handle the remaining
https://filecoin.io/blog/... links (without/posts/in the path).