Skip to content

Commit cc6dbb1

Browse files
committed
fix: hyperlinks in newly added features not working
1 parent 849fe2b commit cc6dbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/default-project/en/Newly_added_features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Newly Added Features
44

55
We are continuously adding features every week to improve the life of web developers.
6-
[Check out our release page!](https://github.com/phcode-dev/phoenix/releases)
6+
<a href="https://github.com/phcode-dev/phoenix/releases" target="_blank">Check out our release page!</a>
77

88
Here's a list of top features recently added to Phoenix:
99

@@ -27,7 +27,7 @@ you can import projects from GitHub. Stay tuned for upcoming support for uploadi
2727
`Added on March,2023`
2828

2929
Creating extensions and themes is now easier than ever with a single click in GitHub. We have added workflows to:
30-
* Create a [Theme](https://github.com/phcode-dev/theme-template) or [Extension](https://github.com/phcode-dev/extension-template) with a single click.
30+
* Create a <a href="https://github.com/phcode-dev/theme-template" target="_blank">Theme</a> or <a href="https://github.com/phcode-dev/extension-template" target="_blank">Extension</a> with a single click.
3131
* Load/unload development extensions with new `Debug> Reload With Extensions` menu. ![image](https://user-images.githubusercontent.com/5336369/224746152-0416a862-891a-4fe1-b9dd-09add25a6cc0.png)
3232
* [Publish an extension](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes#publishing-to-the-extensiontheme-store)
3333
directly from your GitHub repo by creating a GitHub release!

0 commit comments

Comments
 (0)