Skip to content

Commit

Permalink
updated markdown link to a more useful site (#13602)
Browse files Browse the repository at this point in the history
* updated markdown link to a more useful site
  • Loading branch information
russorat authored Apr 25, 2019
1 parent 28dce8d commit 0983797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
### Bug Fixes
1. [13584](https://github.com/influxdata/influxdb/pull/13584): Fixed scroll clipping found in label editing flow
1. [13585](https://github.com/influxdata/influxdb/pull/13585): Prevent overlapping text and dot in time range dropdown
1. [13602](https://github.com/influxdata/influxdb/pull/13602): Updated link in notes cell to a more useful site
1. [13618](https://github.com/influxdata/influxdb/pull/13618): Show error message when adding line protocol

### UI Improvements
Expand Down
5 changes: 1 addition & 4 deletions ui/src/dashboards/components/NoteEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ class NoteEditor extends PureComponent<Props, State> {
<div className="note-editor--controls">
<div className="note-editor--helper">
Need help using Markdown? Check out{' '}
<a
href="https://daringfireball.net/projects/markdown/syntax"
target="_blank"
>
<a href="https://www.markdownguide.org/cheat-sheet" target="_blank">
this handy guide
</a>
</div>
Expand Down

0 comments on commit 0983797

Please sign in to comment.