Skip to content

Commit

Permalink
chore: link to edit actions (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz authored Jan 21, 2025
1 parent 240a483 commit ad9c8e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Crash Analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

When running on Windows, Chatterino will automatically save information about a crash in a [minidump](https://docs.sentry.io/platforms/native/guides/minidumps/).

Crashdumps are saved inside the `Crashes/reports` folder in your [Chatterino folder](/Settings/#where-is-my-chatterino-folder-located).
Crashdumps are saved inside the `Crashes/reports` folder in your [Chatterino folder](./Settings.md/#where-is-my-chatterino-folder-located).

Minidumps contain the stacks of all threads, their state (registers), the exception associated with the crash, and some metadata about the CPU and the OS. If you are unsure if your crashdump contains sensitive information, ask a Chatterino developer on the [Discord server](https://discord.gg/qq7DDxjste).

Expand Down
3 changes: 1 addition & 2 deletions docs/Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ This is a Windows issue, it can be mitigated by turning on Compatibility mode fo

### My Reply was sent to the wrong message

Twitch updated replies to add the functionally we needed to correct this, it was fixed in [5209e47] and the fixed version can be obtained by downloading the latest [nightly][nightly] build.
Twitch updated replies to add the functionally we needed to correct this, it was fixed in [5209e47] and the fixed version can be obtained by downloading the latest [nightly](#what-is-nightly-and-how-to-use-install-it) build.

[5209e47]: https://github.com/Chatterino/chatterino2/commit/5209e47df18d102925b9d59c79716cab8d89292c
[nightly]: ../Help/#what-is-nightly-and-how-to-use-install-it
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ theme:
- navigation.instant
- navigation.sections
- navigation.top
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
icon:
Expand All @@ -33,7 +35,7 @@ plugins:
type: datetime
fallback_to_build_date: true
repo_url: https://github.com/chatterino/chatterino2
edit_uri: ""
edit_uri: "https://github.com/Chatterino/wiki/edit/master/docs/"
markdown_extensions:
- admonition
- attr_list
Expand Down

0 comments on commit ad9c8e0

Please sign in to comment.