diff --git a/src/views/mod/bower.php b/src/views/mod/bower.php index b7b2edf..a3d56f7 100644 --- a/src/views/mod/bower.php +++ b/src/views/mod/bower.php @@ -48,16 +48,8 @@ $this->params['breadcrumbs'][] = 'bower.json';
Adding a webhook to your repository will update minetest-bower with the latest information each time you push a change.
url, 'github.com')) { ?> -1) Go to the = Html::a('repository', Git::getUrl($model->url)) ?>, then click - Settings from the right-hand menu.
- = Html::img('https://cloud.githubusercontent.com/assets/51875/9213427/6689597c-40d1-11e5-8f9c-5582e4d77dd2.png'); ?> -2) Click Webhooks and Services, then click Add webhook.
- = Html::img('https://cloud.githubusercontent.com/assets/51875/9213433/7507bd2c-40d1-11e5-9a42-4f5e3a1da18e.png'); ?> -3) Enter = Url::to(['view', 'name' => $model->name], true); ?>
into the
+
Create a = Html::a('new webhook', Git::getUrl($model->url) . '/settings/hooks/new') ?> and enter
+ = Url::to(['view', 'name' => $model->name], true); ?>
into the
Payload URL, then click Add webhook.