This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-examples.git
The following commit(s) were added to refs/heads/main by this push:
new f5db377 Update links to point to main branch (#12)
f5db377 is described below
commit f5db37758c4b5ce3b93247aac38cca320bd2c789
Author: Christopher Tubbs <[email protected]>
AuthorDate: Fri Aug 14 08:08:45 2020 -0400
Update links to point to main branch (#12)
---
phrasecount/README.md | 2 --
stresso/README.md | 2 --
webindex/README.md | 5 -----
webindex/docs/install.md | 2 +-
4 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/phrasecount/README.md b/phrasecount/README.md
index 2f60822..dc0ae7f 100644
--- a/phrasecount/README.md
+++ b/phrasecount/README.md
@@ -17,8 +17,6 @@ limitations under the License.
# Phrase Count
-[](https://travis-ci.org/astralway/phrasecount)
-
An example application that computes phrase counts for unique documents using
Apache Fluo. Each
unique document that is added causes phrase counts to be incremented. Unique
documents have
reference counts based on the number of locations that point to them. When a
unique document is no
diff --git a/stresso/README.md b/stresso/README.md
index af45b6b..13e586c 100644
--- a/stresso/README.md
+++ b/stresso/README.md
@@ -17,8 +17,6 @@ limitations under the License.
# Stresso
-[](https://travis-ci.org/astralway/stresso)
-
An example application designed to stress Apache Fluo. This Fluo application
computes the
number of unique integers through the process of building a bitwise trie. New
numbers
are added to the trie as leaf nodes. Observers watch all nodes in the trie to
create
diff --git a/webindex/README.md b/webindex/README.md
index 9d874e8..2abca1d 100644
--- a/webindex/README.md
+++ b/webindex/README.md
@@ -17,7 +17,6 @@ limitations under the License.
![Webindex][logo]
---
-[![Build Status][ti]][tl] [![Apache License][li]][ll]
Webindex is an example [Apache Fluo][fluo] application that incrementally
indexes links to web pages
in multiple ways. If you are new to Fluo, you may want start with the [Fluo
tour][tour] as the
@@ -85,9 +84,5 @@ the WebIndex Grafana dashboard located at
`contrib/webindex-dashboard.json`.
[Uno]: https://github.com/astralway/uno
[cc]: https://commoncrawl.org/
[install]: docs/install.md
-[ti]: https://travis-ci.org/astralway/webindex.svg?branch=master
-[tl]: https://travis-ci.org/astralway/webindex
-[li]: http://img.shields.io/badge/license-ASL-blue.svg
-[ll]: https://github.com/astralway/webindex/blob/master/LICENSE
[logo]: contrib/webindex.png
[bp]:
https://fluo.apache.org/blog/2016/01/11/webindex-long-run/#videos-from-run
diff --git a/webindex/docs/install.md b/webindex/docs/install.md
index 207fa41..3209a1b 100644
--- a/webindex/docs/install.md
+++ b/webindex/docs/install.md
@@ -138,5 +138,5 @@ Run the following command to run the webindex UI which can
be viewed at
The UI queries indexes stored in Accumulo that were exported by Fluo.
[Uno]: https://github.com/astralway/uno
-[transient]:
https://github.com/apache/fluo-recipes/blob/master/docs/transient.md
+[transient]: https://github.com/apache/fluo-recipes/blob/main/docs/transient.md
[cdata]: https://commoncrawl.org/the-data/get-started/