From 52dfdd56edfa6613fffccaf3f6d24c0be24fe733 Mon Sep 17 00:00:00 2001 From: Shubheksha Jalan Date: Mon, 17 Apr 2017 22:48:04 +0530 Subject: [PATCH] fix broken links (#2808) --- opensource/FAQ.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/opensource/FAQ.md b/opensource/FAQ.md index 727ce8f734..46fb4a565c 100644 --- a/opensource/FAQ.md +++ b/opensource/FAQ.md @@ -7,12 +7,12 @@ title: FAQ for contributors This section contains some frequently asked questions and tips for troubleshooting problems in your code contribution. -- [How do I set my signature?](FAQ.md#how-do-i-set-my-signature:cb7f612e17aad7eb26c06709ef92a867) -- [How do I track changes from the docker repo upstream?](FAQ.md#how-do-i-track-changes-from-the-docker-repo-upstream:cb7f612e17aad7eb26c06709ef92a867) -- [How do I format my Go code?](FAQ.md#how-do-i-format-my-go-code:cb7f612e17aad7eb26c06709ef92a867) -- [What is the pre-pull request checklist?](FAQ.md#what-is-the-pre-pull-request-checklist:cb7f612e17aad7eb26c06709ef92a867) -- [How should I comment my code?](FAQ.md#how-should-i-comment-my-code:cb7f612e17aad7eb26c06709ef92a867) -- [How do I rebase my feature branch?](FAQ.md#how-do-i-rebase-my-feature-branch:cb7f612e17aad7eb26c06709ef92a867) +- [How do I set my signature?](FAQ.md#how-do-i-set-my-signature) +- [How do I track changes from the docker repo upstream?](FAQ.md#how-do-i-track-changes-from-the-docker-repo-upstream) +- [How do I format my Go code?](FAQ.md#how-do-i-format-my-go-code) +- [What is the pre-pull request checklist?](FAQ.md#what-is-the-pre-pull-request-checklist) +- [How should I comment my code?](FAQ.md#how-should-i-comment-my-code) +- [How do I rebase my feature branch?](FAQ.md#how-do-i-rebase-my-feature-branch) ## How do I set my signature {#how-do-i-set-my-signature}