Skip to content

Commit

Permalink
[DOCS] Fix broken images and add formatting to links (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Chinchilla authored Nov 16, 2020
1 parent 499f9f8 commit 403e996
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# M3 [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![FOSSA Status][fossa-img]][fossa]

<p align="center"><img src="site/static/images/logo-square.png" alt="M3 Logo" width="256" height="270"></p>

[Distributed TSDB](https://docs.m3db.io/m3db/) and [Query Engine](https://docs.m3db.io/how_to/query/), [Prometheus Sidecar](https://docs.m3db.io/integrations/prometheus/), [Metrics Aggregator](https://docs.m3db.io/overview/components/#m3-aggregator), and more such as [Graphite storage and query engine](https://docs.m3db.io/integrations/graphite/).

More information:
Expand Down
2 changes: 1 addition & 1 deletion site/content/how_to/cluster_hard_way.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document lists the manual steps involved in deploying a M3DB cluster. In pr

A quick primer on M3DB architecture. Here’s what a typical deployment looks like:

![Typical Deployment](/docs/cluster_architecture.png)
![Typical Deployment](/cluster_architecture.png)

A few different things to highlight about the diagram:

Expand Down
2 changes: 1 addition & 1 deletion site/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.15

require (
github.com/chronosphereio/docs-theme v0.0.0-20201022162748-0ed11ce73f36 // indirect
github.com/chronosphereio/victor v0.0.0-20201116125303-247fa0ea9ed5 // indirect
github.com/chronosphereio/victor v0.0.0-20201116163333-353bdc2746cd // indirect
)
2 changes: 2 additions & 0 deletions site/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ github.com/chronosphereio/victor v0.0.0-20201116123616-0454e7256e57 h1:EXZaeDfAk
github.com/chronosphereio/victor v0.0.0-20201116123616-0454e7256e57/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM=
github.com/chronosphereio/victor v0.0.0-20201116125303-247fa0ea9ed5 h1:/eksfMA9uddkIKZ5A6zcpVHjASfV6sVuNDXHSAgMtx0=
github.com/chronosphereio/victor v0.0.0-20201116125303-247fa0ea9ed5/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM=
github.com/chronosphereio/victor v0.0.0-20201116163333-353bdc2746cd h1:6iKb0tNHpJX+3WKyv0s/dZ1IN8U7CMylYRPsv7Rjdpo=
github.com/chronosphereio/victor v0.0.0-20201116163333-353bdc2746cd/go.mod h1:wz1ngMsk+1D1ug2ObnI3zXs+/ZdBPrWLb6R1WQW3XNM=
Binary file added site/static/images/logo-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 403e996

Please sign in to comment.