Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 7a25b65

Browse files
author
Florian Lautenschlager
committed
Removed bold style on repository links.
1 parent 052e97f commit 7a25b65

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
source 'https://rubygems.org'
22
gem 'github-pages'
33
gem "jekyll"
4-
gem "html-proofer"

_includes/documentation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ <h2>About</h2>
3535
Chronix supports three different scenarios, pursuing different goals:
3636
</p>
3737
<ol>
38-
<li><b><a href="https://github.com/ChronixDB/chronix.storage/">Chronix Storage:</a></b> Use Chronix as a small storage library and plug it into your
38+
<li><a href="https://github.com/ChronixDB/chronix.storage/">Chronix Storage:</a> Use Chronix as a small storage library and plug it into your
3939
application. It stores the time series using <a href="https://lucene.apache.org/core/">Apache Lucene</a>.
4040
</li>
41-
<li><b><a href="https://github.com/ChronixDB/chronix.server/">Chronix Server:</a></b> Combine Chronix with <a href="https://lucene.apache.org/solr/">Apache Solr</a> for a typical client-server scenario.
41+
<li><a href="https://github.com/ChronixDB/chronix.server/">Chronix Server:</a> Combine Chronix with <a href="https://lucene.apache.org/solr/">Apache Solr</a> for a typical client-server scenario.
4242
Apache Solr offers several useful features like scalability, fault tolerance, distributed indexing, or replication.
4343
</li>
44-
<li><b><a href="https://github.com/ChronixDB/chronix.spark/">Chronix Spark:</a></b> Whenever you need a parallel and distributed time series processing,
44+
<li><a href="https://github.com/ChronixDB/chronix.spark/">Chronix Spark:</a> Whenever you need a parallel and distributed time series processing,
4545
integrate Chronix with <a href="http://spark.apache.org/">Apache Spark</a>. Store the time series in a Chronix Storage and HDFS or in a Chronix Server cluster.
4646
Leverage Apache Spark to process a time series in parallel.
4747
</li>

0 commit comments

Comments
 (0)