Changelog: move to the standard location

e.g. "Your changelog file MUST be at the root of your project"

-- https://github.com/tech-angels/vandamme/#format
This commit is contained in:
chocolateboy 2018-04-26 07:13:22 +01:00 committed by Colin Caine
parent 92410d06c0
commit 3625da651f
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ Replace Firefox's default control mechanism with one modelled on the one true ed
## Installing
[Get our "beta" builds!][betas] These are updated with each commit to master on this repo. Your browser will automatically update from there once a day. If you want more frequent updates, you can change `extensions.update.interval` in `about:config` to whatever time you want, say, 15 minutes (900 seconds). The changelog for the stable versions on the AMO can be found [here](https://github.com/cmcaine/tridactyl/blob/master/doc/changelog.md).
[Get our "beta" builds!][betas] These are updated with each commit to master on this repo. Your browser will automatically update from there once a day. If you want more frequent updates, you can change `extensions.update.interval` in `about:config` to whatever time you want, say, 15 minutes (900 seconds). The changelog for the stable versions on the AMO can be found [here](https://github.com/cmcaine/tridactyl/blob/master/changelog.md).
Type `:help` for online help once you're in :)
@ -166,7 +166,7 @@ NOTE: key modifiers (eg: control, alt) are not supported yet. See the FAQ below.
- Where can I find a changelog for the different versions (to see what is new in the latest version)?
[Here.](https://github.com/cmcaine/tridactyl/blob/master/doc/changelog.md)
[Here.](https://github.com/cmcaine/tridactyl/blob/master/changelog.md)
- Why can't I use my bookmark keywords?

View file

@ -19,7 +19,7 @@ echo """
<label for="spoilerbutton" onclick="">Changelog</label>
<div class="spoiler">
""" >> "$newtab"
marked ../../doc/changelog.md >> "$newtab"
marked ../../changelog.md >> "$newtab"
echo """
</div>
""" >> "$newtab"