Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: fix dead link to architecture principles page. (fixes #1477) #1478

Merged
merged 2 commits into from
Jun 14, 2022
Merged
Changes from 1 commit
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 pr_etiquette.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Submitting pull requests in EDC should be done while adhering to a couple of simple rules.

- Familiarize yourself with [coding style](styleguide.md), [architectural patterns](docs/architecture-principles.md) and
- Familiarize yourself with [coding style](styleguide.md), [architectural patterns](docs/architecture/architecture-principles.md) and
other contribution guidelines.
- No surprise PRs please. Before you submit a PR, open a discussion or an issue outlining your planned work and give
people time to comment. It may even be advisable to contact committers using the `@mention` feature. Unsolicited PRs
Expand Down