Skip to content

Commit d4cc867

Browse files
committed
Update README
- Fix URL by replacing branch name from master to main - Remove Travis CI build status badge
1 parent ff4e7e5 commit d4cc867

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ In your "config/deploy.rb" file:
190190
require "whenever/capistrano"
191191
```
192192

193-
Take a look at the recipe for options you can set. <https://github.com/javan/whenever/blob/master/lib/whenever/capistrano/v2/recipes.rb>
193+
Take a look at the recipe for options you can set. <https://github.com/javan/whenever/blob/main/lib/whenever/capistrano/v2/recipes.rb>
194194
For example, if you're using bundler do this:
195195

196196
```ruby
@@ -230,7 +230,7 @@ In your "Capfile" file:
230230
require "whenever/capistrano"
231231
```
232232

233-
Take a look at the [load:defaults task](https://github.com/javan/whenever/blob/master/lib/whenever/capistrano/v3/tasks/whenever.rake) (bottom of file) for options you can set. For example, to namespace the crontab entries by application and stage do this in your "config/deploy.rb" file:
233+
Take a look at the [load:defaults task](https://github.com/javan/whenever/blob/main/lib/whenever/capistrano/v3/tasks/whenever.rake) (bottom of file) for options you can set. For example, to namespace the crontab entries by application and stage do this in your "config/deploy.rb" file:
234234

235235
```ruby
236236
set :whenever_identifier, ->{ "#{fetch(:application)}_#{fetch(:stage)}" }
@@ -327,8 +327,4 @@ It's a little bit dated now, but remains a good introduction.
327327

328328
----
329329

330-
[![Build Status](https://secure.travis-ci.org/javan/whenever.svg)](http://travis-ci.org/javan/whenever)
331-
332-
----
333-
334330
Copyright &copy; 2017 Javan Makhmali

0 commit comments

Comments
 (0)