From 7ea6cb331a8d50e201ef5da34dcfd62b93760c5b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 4 Apr 2020 09:09:16 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/fe_guide/index.md | 2 +- doc/development/fe_guide/style/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/development/fe_guide') diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md index 4e599049470..790cd94cec4 100644 --- a/doc/development/fe_guide/index.md +++ b/doc/development/fe_guide/index.md @@ -85,7 +85,7 @@ See the relevant style guides for our guidelines and for information on linting: - [JavaScript](style/javascript.md). Our guide is based on the excellent [Airbnb][airbnb-js-style-guide] style guide with a few small changes. -- [SCSS](style/scss.md): our SCSS conventions which are enforced through [`scss-lint`](https://github.com/brigade/scss-lint). +- [SCSS](style/scss.md): our SCSS conventions which are enforced through [`scss-lint`](https://github.com/sds/scss-lint). - [HTML](style/html.md). Guidelines for writing HTML code consistent with the rest of the codebase. - [Vue](style/vue.md). Guidelines and conventions for Vue code may be found here. diff --git a/doc/development/fe_guide/style/index.md b/doc/development/fe_guide/style/index.md index 3b07a8557f5..8d70d4db893 100644 --- a/doc/development/fe_guide/style/index.md +++ b/doc/development/fe_guide/style/index.md @@ -10,7 +10,7 @@ changes. ## SCSS style guide -Our [SCSS conventions](scss.md) which are enforced through [`scss-lint`](https://github.com/brigade/scss-lint). +Our [SCSS conventions](scss.md) which are enforced through [`scss-lint`](https://github.com/sds/scss-lint). ## HTML style guide -- cgit v1.2.1