Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/gitbook/getting-started/for-contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welcome, and thank you for wanting to contribute! This guide gets your local dev

```bash
# Clone the repo
git clone https://github.com/openacp/OpenACP.git
git clone https://github.com/Open-ACP/OpenACP.git
cd OpenACP

# Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/gitbook/troubleshooting/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ On next startup, OpenACP will create fresh sessions. If a session record in `<in

### How do I report a bug or request a feature?

Open an issue on the [OpenACP GitHub repository](https://github.com/OpenACP/OpenACP). Before filing, run `openacp doctor` and include its output. Enable debug logging with `OPENACP_DEBUG=true openacp start` and attach the relevant log section.
Open an issue on the [OpenACP GitHub repository](https://github.com/Open-ACP/OpenACP). Before filing, run `openacp doctor` and include its output. Enable debug logging with `OPENACP_DEBUG=true openacp start` and attach the relevant log section.