Skip to content

Commit

Permalink
Merge pull request #14682 from opf/documentation/fixes2
Browse files Browse the repository at this point in the history
fix(links): use .org for links to community
  • Loading branch information
as-op authored Jan 31, 2024
2 parents dcfa70e + badd641 commit 98239e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We are pleased that you are thinking about contributing to OpenProject! This gui

## Get in touch

Please get in touch with us using our [develompment forum](https://community.openproject.com/projects/openproject/boards/7) or send us an email to info@openproject.com.
Please get in touch with us using our [develompment forum](https://community.openproject.org/projects/openproject/boards/7) or send us an email to info@openproject.com.

## Issue tracking and coordination

Expand Down Expand Up @@ -63,7 +63,7 @@ git push origin <your feature branch>

If your pull request **does not contain a description** for what it does and what it's intentions are,
we will reject it.
If you are working on a specific work package from the [list](https://community.openproject.com/projects/openproject/work_packages),
If you are working on a specific work package from the [list](https://community.openproject.org/projects/openproject/work_packages),
you may include a link to that work package in the description, so we can track your work.

The core contributor team will then review your pull request according to our [code review guideline](https://www.openproject.org/open-source/development-free-project-management-software/code-review-guideliness/).
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in-depth [installation guides](https://www.openproject.org/download-and-installa

## Reporting bugs

You found a bug? Please [report it](https://www.openproject.org/docs/development/report-a-bug/) to our [OpenProject community](https://community.openproject.com/projects/openproject). Thank you!
You found a bug? Please [report it](https://www.openproject.org/docs/development/report-a-bug/) to our [OpenProject community](https://community.openproject.org/projects/openproject). Thank you!

## Contribute

Expand Down Expand Up @@ -63,6 +63,7 @@ See [COPYRIGHT](COPYRIGHT) and [LICENSE](LICENSE) files for details.
Thanks to Vincent Le Moign and his fabulous Minicons icons on [webalys.com](http://www.webalys.com/minicons/icons-free-pack.php).

### OpenProject icon font

Published and created by the OpenProject Foundation (OPF) under [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/)
with icons from the following sources
[Minicons Free Vector Icons Pack](http://www.webalys.com/minicons) and
Expand Down
2 changes: 1 addition & 1 deletion docs/development/application-architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ OpenProject is distributed in [various formats](../../installation-and-operation

## Versions in the codebase

The version is represented as [tags](../git-workflow/#tagging) and [branches](../development/git-workflow/#branching-model) in the repository. The version is also manifested in the [version.rb](https://github.com/opf/openproject/blob/dev/lib/open_project/version.rb).
The version is represented as [tags](../git-workflow/#tagging) and [branches](../git-workflow/#branching-model) in the repository. The version is also manifested in the [version.rb](https://github.com/opf/openproject/blob/dev/lib/open_project/version.rb).

# Components

Expand Down
2 changes: 1 addition & 1 deletion docs/use-cases/safe-framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@ At a Solution train level, it also allows you to view the work of members across

## Here for you

OpenProject is a powerful and highly-configurable tool that can be customized to fit the needs of your particular scaled agile implementation. Beyond the basics covered in this guide, OpenProject has many additional features and modules (such as [budgets](../..s/user-guide/budgets/), [time and cost tracking](../../user-guide/time-and-costs/), [wiki](../../user-guide/wiki/), [meetings](../../user-guide/meetings/) and [file storage integrations](../../development/file-storage-integration/)) that further enable your agile teams to work efficiently and deliver value.
OpenProject is a powerful and highly-configurable tool that can be customized to fit the needs of your particular scaled agile implementation. Beyond the basics covered in this guide, OpenProject has many additional features and modules (such as [budgets](../../user-guide/budgets/), [time and cost tracking](../../user-guide/time-and-costs/), [wiki](../../user-guide/wiki/), [meetings](../../user-guide/meetings/) and [file storage integrations](../../development/file-storage-integration/)) that further enable your agile teams to work efficiently and deliver value.

If you have questions about how to [use](../../getting-started/) and [configure](../../system-admin-guide/) OpenProject to work for you, please [get in touch](https://www.openproject.org/contact/) or [start a free trial](https://start.openproject.com/) to see for yourself.
2 changes: 1 addition & 1 deletion lib/open_project/static/links.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def static_links
label: 'homescreen.links.shortcuts'
},
forums: {
href: 'https://community.openproject.com/projects/openproject/forums',
href: 'https://community.openproject.org/projects/openproject/forums',
label: 'homescreen.links.forums'
},
enterprise_support_as_community: {
Expand Down

0 comments on commit 98239e7

Please sign in to comment.