From f516dbdcc17d7adb917782217dea8c89ad14c23c Mon Sep 17 00:00:00 2001 From: sqrtthree Date: Mon, 2 Jan 2017 22:18:13 +0800 Subject: [PATCH] Move translation into dedicated dir --- README.md | 2 +- README-cn.md => translations/README-cn.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename README-cn.md => translations/README-cn.md (100%) diff --git a/README.md b/README.md index 69c8452..aa02808 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Google Interview University Translations: -- [中文版本](README-cn.md) +- [中文版本](translations/README-cn.md) - translations in progress: - [Español](https://github.com/jwasham/google-interview-university/issues/80) - [हिन्दी](https://github.com/jwasham/google-interview-university/issues/81) diff --git a/README-cn.md b/translations/README-cn.md similarity index 100% rename from README-cn.md rename to translations/README-cn.md