Skip to content

Commit

Permalink
fix typos and broken link (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbradf committed Jun 8, 2022
1 parent c23ecec commit 0fc5c97
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.7 - 2022-06-08

- Fix broken link and typos.

## 0.1.6 - 2022-06-04

- Use full timestamps from git log.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdb-code-insights"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["David Bradford"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/demo/file_activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
weight: 2
---
{{< hint info >}}
Before performing this analysis, before you have some data [loaded from a git repository]({{< relref "loading_data.md" >}})
Before performing this analysis, be sure you have some data [loaded from a git repository]({{< relref "loading_data.md" >}})
{{< /hint >}}

Now that we have some data in our mongo instance, lets start analyzing it. A useful place to start
Expand Down
2 changes: 1 addition & 1 deletion docs/content/demo/loading_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
weight: 1
---
{{< hint info >}}
Before starting this demo, before to have the prerequisites installed as described in the
Before starting this demo, be sure to have the prerequisites installed as described in the
[intro]({{< relref "intro.md" >}}).
{{< /hint >}}

Expand Down
2 changes: 1 addition & 1 deletion docs/content/demo/using_charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
weight: 5
---
{{< hint info >}}
Before performing this analysis, you will want to have a [data loaded]({{< relref "loading_data.md" >}})
Before performing this analysis, you will want to have some [data loaded]({{< relref "loading_data.md" >}})
{{< /hint >}}

If we load the data in a [MongoDB Atlas](https://www.mongodb.com/atlas/database) cluster, we can use
Expand Down
2 changes: 1 addition & 1 deletion docs/content/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In order to use this tool, you will need the following:

## Install pre-built binaries

Pre-built binaries for Linux, Mac, and Windows are available [here](https://github.com/dbradf/mdb-code-insights/releases/target).
Pre-built binaries for Linux, Mac, and Windows are available [here](https://github.com/dbradf/mdb-code-insights/releases/latest).

To install, download the appropriate binary for your system to somewhere that is in your PATH. You
should then be able to execute it from the command line.
Expand Down

0 comments on commit 0fc5c97

Please sign in to comment.