fix(links): webpage is on .org not .com

pull/10927/head
as-op 2 years ago
parent ef3fe67cab
commit a5710b7f77
No known key found for this signature in database
GPG Key ID: 9FA28B706A977D84
  1. 2
      SECURITY.md
  2. 2
      docs/api/apiv3/openapi-spec.yml
  3. 2
      docs/development/security/README.md
  4. 4
      frontend/src/app/features/enterprise/enterprise-modal/enterprise-trial-form/ee-trial-form.component.ts

@ -11,7 +11,7 @@ Automated tests and manual code reviews ensure that these contributions are safe
We provide a mailing list for security advisories on OpenProject at <https://groups.google.com/forum/#!forum/openproject-security>. Please register there to get immediate notifications as we publish them. No messages except for security advisories or security related announcements will be sent there. We provide a mailing list for security advisories on OpenProject at <https://groups.google.com/forum/#!forum/openproject-security>. Please register there to get immediate notifications as we publish them. No messages except for security advisories or security related announcements will be sent there.
Any security related information will also be published on our blog and website at https://www.openproject.com Any security related information will also be published on our blog and website at https://www.openproject.org
To join this mailing list, please use the UI if you have a google account. If you don't, you can send an empty email to [openproject-security+subscribe@googlegroups.com](mailto:openproject-security+subscribe@googlegroups.com). You will get a join request, which you again have to reply with any content. To join this mailing list, please use the UI if you have a google account. If you don't, you can send an empty email to [openproject-security+subscribe@googlegroups.com](mailto:openproject-security+subscribe@googlegroups.com). You will get a join request, which you again have to reply with any content.

@ -8,7 +8,7 @@ info:
## Introduction ## Introduction
The documentation for the APIv3 is written according to the [OpenAPI 3.0 Specification](https://swagger.io/specification/). The documentation for the APIv3 is written according to the [OpenAPI 3.0 Specification](https://swagger.io/specification/).
You can either view the static version of this documentation on the [website](https://www.openproject.com/docs/api/introduction/) You can either view the static version of this documentation on the [website](https://www.openproject.org/docs/api/introduction/)
or the interactive Swagger UI version in your OpenProject installation under `/api/docs`. or the interactive Swagger UI version in your OpenProject installation under `/api/docs`.
In the latter you can try out the various API endpoints directly interacting with our OpenProject data. In the latter you can try out the various API endpoints directly interacting with our OpenProject data.
Moreover you can access the specification source itself under `/api/v3/spec.json` and `/api/v3/spec.yml` Moreover you can access the specification source itself under `/api/v3/spec.json` and `/api/v3/spec.yml`

@ -12,7 +12,7 @@ For more information on security and data privacy for OpenProject, please visit:
We provide a mailing list for security advisories on OpenProject at [groups.google.com/g/openproject-security](https://groups.google.com/g/openproject-security). Please register there to get immediate notifications as we publish them. No messages except for security advisories or security related announcements will be sent there. We provide a mailing list for security advisories on OpenProject at [groups.google.com/g/openproject-security](https://groups.google.com/g/openproject-security). Please register there to get immediate notifications as we publish them. No messages except for security advisories or security related announcements will be sent there.
Any security related information will also be published on our [blog and website](https://www.openproject.com) Any security related information will also be published on our [blog and website](https://www.openproject.org)
To join this mailing list, please use the UI if you have a google account. If you don't, you can send an empty email to [openproject-security+subscribe@googlegroups.com](mailto:openproject-security+subscribe@googlegroups.com). You will get a join request, which you again have to reply with any content. To join this mailing list, please use the UI if you have a google account. If you don't, you can send an empty email to [openproject-security+subscribe@googlegroups.com](mailto:openproject-security+subscribe@googlegroups.com). You will get a join request, which you again have to reply with any content.

@ -33,7 +33,7 @@ import { EnterpriseTrialData, EnterpriseTrialService } from 'core-app/features/e
import { CurrentUserService } from 'core-app/core/current-user/current-user.service'; import { CurrentUserService } from 'core-app/core/current-user/current-user.service';
import { localizeLink } from 'core-app/shared/helpers/i18n/localized-link'; import { localizeLink } from 'core-app/shared/helpers/i18n/localized-link';
const newsletterURL = 'https://www.openproject.com/newsletter/'; const newsletterURL = 'https://www.openproject.org/newsletter/';
@Component({ @Component({
selector: 'enterprise-trial-form', selector: 'enterprise-trial-form',
@ -58,7 +58,7 @@ export class EETrialFormComponent {
public text = { public text = {
general_consent: this.I18n.t('js.admin.enterprise.trial.form.general_consent', { general_consent: this.I18n.t('js.admin.enterprise.trial.form.general_consent', {
link_terms: localizeLink({ link_terms: localizeLink({
en: 'https://www.openproject.com/terms-of-service/', en: 'https://www.openproject.org/terms-of-service/',
de: 'https://www.openproject.org/de/nutzungsbedingungen/', de: 'https://www.openproject.org/de/nutzungsbedingungen/',
}), }),
link_privacy: localizeLink({ link_privacy: localizeLink({

Loading…
Cancel
Save