Skip to content

Commit 442cf13

Browse files
committed
feat: use absolute urls in blog post instead of relative urls
1 parent 34d2645 commit 442cf13

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

blog/2026-01-18-Release-5.0/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,59 +15,59 @@ This release's core theme is `Phoenix Pro, Live Preview Edit, Emmet, Tab Bar and
1515

1616
We are very excited to announce Phoenix Pro which comes with lots of powerful features which can boost your productivity by a large margin.
1717
We also maintain a Phoenix Community version that is free and always will be as a sign of gratitude to the developer community and the open-source world.
18-
We also are very grateful to the educators and the students and for that we have Phoenix Pro for Education which is absolutely free. [Read More](./docs/phoenix-pro-school)
18+
We also are very grateful to the educators and the students and for that we have Phoenix Pro for Education which is absolutely free. [Read More](https://docs.phcode.dev/docs/phoenix-pro-school)
1919

2020

2121
## Live Preview Edit
2222

2323
Now, you can edit the live preview directly without worrying about your source code. You can edit text, hyperlinks, images rearrange elements by drag & drop, cut, copy, paste them, view measurements of elements to position them accurately and so much more right from the live preview. Phoenix Code automatically updates your source code instantly.
2424

25-
Read more about [Live Preview Edit](./docs/pro-features/live-preview-edit), [Image Gallery](./docs/pro-features/image-gallery), [Measurements](./docs/pro-features/measurements).
25+
Read more about [Live Preview Edit](https://docs.phcode.dev/docs/pro-features/live-preview-edit), [Image Gallery](https://docs.phcode.dev/docs/pro-features/image-gallery), [Measurements](https://docs.phcode.dev/docs/pro-features/measurements).
2626

2727
<!-- add some assets here -->
2828

2929
## Emmet
3030

31-
One of the most awaited features of Phoenix Code **Emmet** is finally here. Now you can write Emmet snippets and Phoenix Code will show you hints, selecting them will expand the hint into the whole code snippet. With Emmet, you can code even faster now! [Read More](./docs/features/emmet)
31+
One of the most awaited features of Phoenix Code **Emmet** is finally here. Now you can write Emmet snippets and Phoenix Code will show you hints, selecting them will expand the hint into the whole code snippet. With Emmet, you can code even faster now! [Read More](https://docs.phcode.dev/docs/features/emmet)
3232

3333
<!-- add emmet assets -->
3434

3535
## Tab Bar
3636

3737
Phoenix Code now also adds the Tab Bar support which is shown at the top of the editor that displays the list of all the open files which helps you in viewing and navigating between files even more quickly. You can choose what suits you, Tab Bar or Working Files or have both enabled at the same time.
38-
[Read More](./docs/file-management#tab-bar)
38+
[Read More](https://docs.phcode.dev/docs/file-management#tab-bar)
3939

4040
<!-- add tab bar assets here -->
4141

4242
## Custom Snippets
4343

4444
Custom Snippets allows you to define your own code hints. Create your own code hints which when selected turn into full code blocks. You can also add cursor positions in your code blocks so that Phoenix Code will automatically place the cursor at the right position after expanding the code block.
45-
[Read More](./docs/features/custom-snippets)
45+
[Read More](https://docs.phcode.dev/docs/features/custom-snippets)
4646

4747
<!-- add custom snippets assets here -->
4848

4949
## Collapse Folders
5050

51-
After working for some time, your project structure gets messy, lots of open directories with nested directories and all. But no worries now, Phoenix Code now supports Collapse All Folders feature using which in one click you can reset your view by collapsing all the expanded folders to their root level. [Read More](./docs/file-management#collapse-all-folders)
51+
After working for some time, your project structure gets messy, lots of open directories with nested directories and all. But no worries now, Phoenix Code now supports Collapse All Folders feature using which in one click you can reset your view by collapsing all the expanded folders to their root level. [Read More](https://docs.phcode.dev/docs/file-management#collapse-all-folders)
5252

5353
<!-- add Collapse folders assets here -->
5454

5555
## Smarter Color hints
5656

57-
Phoenix Code code hints are now smarter than ever. When typing a color property Phoenix Code will prioritize the previously used colors which helps you in reusing frequently used colors without manually searching for them. [Read More](./docs/editing-colors#color-hints)
57+
Phoenix Code code hints are now smarter than ever. When typing a color property Phoenix Code will prioritize the previously used colors which helps you in reusing frequently used colors without manually searching for them. [Read More](https://docs.phcode.dev/docs/editing-colors#color-hints)
5858

5959
<!-- add color suggestions assets here -->
6060

6161

6262
## Notable changes and fixes
6363

6464
- We've improved the Live Preview to support internal stylesheets and SVGs better than before.
65-
- We now show Git markers in the scrollbar so that its easier to locate the git changes in a file.
65+
- We now show Git markers in the scrollbar so that it's easier to locate the git changes in a file.
6666
- Improved Git so that it doesn't show stale project status.
6767
- Reduced the number of popups that we show on first time installing Phoenix.
6868
- Fixed an issue where macOS/iOS and browser autocorrect or smart keyboards altered filenames during renames.
6969
- Show a dialog when user has deprecated extensions in their extension store.
70-
- Quick view was coming up very quickly on hover which was interferring with user workflows, we have slowed down it a bit.
70+
- Quick view was coming up very quickly on hover which was interfering with user workflows, we have slowed it down a bit.
7171
- Safari creates ghost image when dragging from CodeMirror.
7272
- Truncate very long names in Working Files as it was distracting and redundant.
7373
- Horizontal Scroll support. Press Shift + mouse scroll

0 commit comments

Comments
 (0)