Skip to content

Commit c46f716

Browse files
authored
Fix broken links (#191)
2 parents 5bfdd6f + fecdda5 commit c46f716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/terms/how-to/rename-a-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ weight: 5
66

77
# How to rename a service
88

9-
The consensus is to consider that a service provider renaming a service (for example, `Twitter` to `X`) is akin to terminating the previous service and opening a new one. Therefore, to apply a service renaming, open a pull request that both [terminates the previous service](#how-to-terminate-a-service) and adds a new [service declaration]({{< relref "terms/how-to/track-terms#declaring-a-new-service" >}}) with the new service name. You can reuse the `terms` part of the original declaration, but should double-check that the selectors and URLs still match, as a service rename is most often accompanied by a new page layout, a new domain name, and sometimes entirely new terms.
9+
The consensus is to consider that a service provider renaming a service (for example, `Twitter` to `X`) is akin to terminating the previous service and opening a new one. Therefore, to apply a service renaming, open a pull request that both [terminates the previous service]({{< relref "terminate-a-service" >}}) and adds a new [service declaration]({{< relref "terms/how-to/track-terms#declaring-a-new-service" >}}) with the new service name. You can reuse the `terms` part of the original declaration, but should double-check that the selectors and URLs still match, as a service rename is most often accompanied by a new page layout, a new domain name, and sometimes entirely new terms.

content/terms/how-to/terminate-a-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 6
88

99
If the service provider stops offering a service, the associated terms will become unavailable. To mark that service termination in Open Terms Archive and ensure tracking attempts are stopped, while maintaining the possibility to explore the history:
1010

11-
1. Move the existing terms declaration to the service [history file](#terms-declaration-history).
11+
1. Move the existing terms declaration to the service [history file]({{< relref "declarations-maintenance#service-history-reference" >}}).
1212
2. Update the declaration to stop tracking all terms, by removing every `<terms type>` entries from the `terms` key in the declaration:
1313

1414
```json

0 commit comments

Comments
 (0)