From a006d65cc828238bbdbe8888e53d388867b60824 Mon Sep 17 00:00:00 2001 From: Clifford Ouma Date: Thu, 27 Jul 2023 10:28:30 +0300 Subject: [PATCH] remove file extension & use correct relative path --- content/contributing-terms.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/contributing-terms.en.md b/content/contributing-terms.en.md index 3246d642..11a34f17 100644 --- a/content/contributing-terms.en.md +++ b/content/contributing-terms.en.md @@ -34,7 +34,7 @@ The service name is exposed to end users. It should reflect as closely as possib - _Example: `Firebase` (by Google) → `Firebase`_. - _Example: `App Store` (by Apple) → `App Store`_. -> If you have a hard time finding the service name, check out the [practical guidelines to find the service name](./guidelines/declaring.en.md#service-name), and feel free to mention your uncertainties in the pull request! We will help you improve the service name if necessary 🙂 +> If you have a hard time finding the service name, check out the [practical guidelines to find the service name](../guidelines/declaring#service-name), and feel free to mention your uncertainties in the pull request! We will help you improve the service name if necessary 🙂 ### Service ID @@ -54,7 +54,7 @@ The service ID is exposed to developers. It should be easy to handle with script - _Example: `App Store` → `App Store`_. - _Example: `DeviantArt` → `DeviantArt`_. -> If you have a hard time defining the service ID, check out the [practical guidelines to derive the ID from the service name](./guidelines/declaring.en.md#service-id), and feel free to mention your uncertainties in the pull request! We will help you improve the service ID if necessary 🙂 +> If you have a hard time defining the service ID, check out the [practical guidelines to derive the ID from the service name](../guidelines/declaring#service-id), and feel free to mention your uncertainties in the pull request! We will help you improve the service ID if necessary 🙂 > More details on the ID and naming constraints and recommendations can be found in the relevant [decision record](https://github.com/OpenTermsArchive/engine/blob/main/decision-records/0001-service-name-and-id.md).