Skip to content

Commit

Permalink
Fix redirections errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles committed Nov 22, 2024
1 parent a52baed commit fc3a366
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ image::features/my_profile/profile_followers.png[Public profile followers tab]
=== Groups

The groups section contains all the groups that the user belongs to. More information about the groups feature is
available at the xref:admin:features/participant_actions/my_account/groups.adoc[User groups page].
available at the xref:admin:features/participant_actions/groups.adoc[User groups page].

image::features/my_profile/profile_groups.png[Public profile groups tab]

Expand All @@ -75,7 +75,7 @@ Logged in participants can perform two actions from another participant public p

Logged in participants can perform two actions from their public profile page:

. Edit their profile: When clicking this button, they are redirected to their xref:admin:features/participant_actions/account.adoc[account].
. Edit their profile: When clicking this button, they are redirected to their xref:admin:features/participant_actions/my_account.adoc[account].

Check warning on line 78 in docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'they're' instead of 'they are'. Raw Output: {"message": "[Google.Contractions] Use 'they're' instead of 'they are'.", "location": {"path": "docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc", "range": {"start": {"line": 78, "column": 50}}}, "severity": "INFO"}

Check warning on line 78 in docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('are redirected'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('are redirected').", "location": {"path": "docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc", "range": {"start": {"line": 78, "column": 55}}}, "severity": "INFO"}
. Create a group: When clicking this button, they are redirected to the xref:admin:features/participant_actions/group_profile.adoc[group creation form].

Check warning on line 79 in docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'they're' instead of 'they are'. Raw Output: {"message": "[Google.Contractions] Use 'they're' instead of 'they are'.", "location": {"path": "docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc", "range": {"start": {"line": 79, "column": 46}}}, "severity": "INFO"}

Check warning on line 79 in docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('are redirected'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('are redirected').", "location": {"path": "docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc", "range": {"start": {"line": 79, "column": 51}}}, "severity": "INFO"}

NOTE: The group creation option is only available when groups are enabled for the organization.

Check warning on line 81 in docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('are enabled'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('are enabled').", "location": {"path": "docs/en/modules/admin/pages/features/participant_actions/my_public_profile.adoc", "range": {"start": {"line": 81, "column": 63}}}, "severity": "INFO"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Notifications allow participants to keep up to date with the platform latest news, with the spaces, the contents and the participants they follow, etc.
Most of the actions in the platform generate notifications.

Participants can manage their notifications preferences in their xref:admin:features/participant_actions/account.adoc[account].
Participants can manage their notifications preferences in their xref:admin:features/participant_actions/my_account.adoc[account].

== The notification page

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

== Understand the basics

Although the platform should show the xref:admin:features/versions.adoc[Versions] for almost all of the contents, it'd still be possible
Although the platform should show the xref:admin:features/transparency/versions.adoc[Versions] for almost all of the contents, it'd still be possible
for a system administrator to manipulate the content by editing the database directly.

As mitigation for this risk, the platform shows a fingerprint for some important fields, for instance, a proposal body and title.
Expand Down

0 comments on commit fc3a366

Please sign in to comment.