Skip to content

Commit 7663517

Browse files
authored
Fix reference to .env_example in CONTRIBUTING.md (#6255)
## Summary Found a broken link in the CONTRIBUTING.md, thought I'd quickly fix it. // scoutsdeed ## Changes - **What**: link in CONTRIBUTING.md - **Breaking**: None - **Dependencies**: None ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6255-Fix-reference-to-env_example-in-CONTRIBUTING-md-2966d73d365081a6bef2cc974a2ead9b) by [Unito](https://www.unito.io)
1 parent 7f5efca commit 7663517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Have another idea? Drop into Discord or open an issue, and let's chat!
4343
```
4444

4545
3. Configure environment (optional):
46-
Create a `.env` file in the project root based on the provided [.env.example](.env.example) file.
46+
Create a `.env` file in the project root based on the provided [.env_example](.env_example) file.
4747

4848
**Note about ports**: By default, the dev server expects the ComfyUI backend at `localhost:8188`. If your ComfyUI instance runs on a different port, update this in your `.env` file.
4949

@@ -325,4 +325,4 @@ If you have questions about contributing:
325325
- Ask in our [Discord](https://discord.com/invite/comfyorg)
326326
- Open a new issue for clarification
327327

328-
Thank you for contributing to ComfyUI Frontend!
328+
Thank you for contributing to ComfyUI Frontend!

0 commit comments

Comments
 (0)