pidgin/nest

Update config.toml to direct the "Edit" link to the correct part of the repo. Assuming "default" is the branch that represents the website.

Testing Done:
Tested on pages from "Install" through "Help", assuming it works on the remaining ones.

Bugs closed: NEST-28

Reviewed at https://reviews.imfreedom.org/r/134/
env:
browser: true
es6: true
node: true
extends: 'eslint:recommended'
globals:
Atomics: readonly
SharedArrayBuffer: readonly
parserOptions:
ecmaVersion: 2018
sourceType: module
rules: {}