Skip to content

Commit a4b950e

Browse files
committed
fix: Update Penify link to use the correct URL format for consistency
1 parent e668d3b commit a4b950e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/building-cursor-like-ai-code-assistant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ vscode.commands.registerCommand('aiCodeAssistant.refactorCode', async () => {
12931293

12941294
While this guide focuses on building an AI code assistant, it's worth mentioning that [Penify](https://penify.dev) is building something similar but with a different philosophy. Instead of just providing assistance, Penify is focused on **automation**—aiming to make code generation and modification workflows 99.9% reliable. This is a challenging journey, but the vision is that in the future, if someone creates a task item in Jira, Penify could automatically provide a ready-to-use code template for that task.
12951295

1296-
You can learn more about Penify's mission and progress at [penify.ai](https://penify.dev).
1296+
You can learn more about Penify's mission and progress at [penify.dev](https://www.penify.dev).
12971297

12981298
## Conclusion
12991299

0 commit comments

Comments
 (0)