X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FDevelopers-Intro.md;h=2cfd15f2a388bdfd4eb1b945dab44629437883a8;hb=90368d7484470f2b4c04e11f550f1cf92afa7808;hp=3b8c93f0a17b69189bc23c6a8fb6b287b786935b;hpb=977248f5105a2b3f127d0aa752ce27214605fbf0;p=friendica.git diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index 3b8c93f0a1..2cfd15f2a3 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -20,7 +20,7 @@ The discussion of Friendica development takes place in the following Friendica f ## Help other users Remember the questions you had when you first tried Friendica? -A good place to start can be to help new people find their way around Friendica in the [general support forum](https://forum.friendi.ca/prufile/helpers). +A good place to start can be to help new people find their way around Friendica in the [general support forum](https://forum.friendi.ca/profile/helpers). Welcome them, answer their questions, point them to documentation or ping other helpers directly if you can't help but think you know who can. ## Translation @@ -51,7 +51,7 @@ It's a command-line tool that downloads required libraries into the `vendor` fol If you want to have git automatically update the dependencies with composer, you can use the `post-merge` [git-hook](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) with a script similar to this one: - #/usr/bin/env bash + #!/usr/bin/env bash # MIT © Sindre Sorhus - sindresorhus.com # forked by Gianluca Guarini # phponly by Ivo Bathke ;)