This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new e7b9452 Repaid build status (#135)
e7b9452 is described below
commit e7b9452d9c64d4fdbd8eefc11fbcd6e461ff57c5
Author: Brennan Fox <[email protected]>
AuthorDate: Wed Mar 23 08:42:33 2022 -0400
Repaid build status (#135)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 5aba020..dcd92cd 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ ASF data are restricted to committers, Members, or Officers
of the ASF.
Every commit pushed to master is deployed within minutes to
https://whimsy.apache.org/ using
[GitPubSub](https://www.apache.org/dev/gitpubsub.html).
-[](https://travis-ci.com/apache/whimsy)
+[](https://app.travis-ci.com/github/apache/whimsy)
How Tos and Get The Code
===============
@@ -84,7 +84,7 @@ Details for each type of deployed tool or script:
* **Repository checkouts/clones** An copy of a number of repositories
are updated every 10 minutes via a cron job. This is controlled
- by [repository.yml](repository.yml). The whimsy vm is also subscribed
+ by [repository.yml](repository.yml). The whimsy VM is also subscribed
to board@ and scans those emails for commit messages and will update
the copy of `foundation/board` when commits happen.
@@ -121,7 +121,7 @@ Details for each type of deployed tool or script:
* **Generated JSON data** files are automatically generated into
the [`/public`](https://whimsy.apache.org/public/) directory, to
- cache freqently used data for whimsy and other applications. These
+ cache frequently used data for whimsy and other applications. These
are usually run from a cron calling a www/roster/public_*.rb file.
See also an [overview of data dependencies and
flow](https://whimsy.apache.org/test/dataflow.cgi).