From 016345d04e8ec442ef63d37af6a18e45dc77a876 Mon Sep 17 00:00:00 2001 From: Pandz18 <87066683+Pandz18@users.noreply.github.com> Date: Thu, 22 Jul 2021 16:30:43 +0530 Subject: [PATCH] Update TRANSLATIONS.md --- TRANSLATIONS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TRANSLATIONS.md b/TRANSLATIONS.md index dcd2048c..90ca8687 100644 --- a/TRANSLATIONS.md +++ b/TRANSLATIONS.md @@ -12,11 +12,11 @@ Translated lessons should follow this naming convention: where _[language]_ is a two letter language abbreviation following the ISO 639-1 standard (e.g. `README.es.md` for Spanish and `README.nl.md` for Dutch). -When translating the initial Readme file , link the other translations to your translated readme by using Shields as shown +When translating the initial Readme file , link your translated Readme file to the English version by using a shield in the English Readme. [Code in Markdown] ``` -[![Bengali](https://img.shields.io/badge/-Bengali-blue)](https://github.com/microsoft/IoT-For-Beginners/blob/main/translations/README.bn.md) +[![Bengali](https://img.shields.io/badge/-Bengali-blue)](translations/README.bn.md) ```