Skip to content

Commit fcbbc5f

Browse files
committed
Update store URL
1 parent 186b6bc commit fcbbc5f

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# README
22

3-
[![Release](https://img.shields.io/badge/release-2023.10.19-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/lastBlogUpdate/releases)
4-
![Date](https://img.shields.io/badge/date-2023.10.19-c44d58.svg)
5-
[![Dotclear](https://img.shields.io/badge/dotclear-v2.28-137bbb.svg)](https://fr.dotclear.org/download)
3+
[![Release](https://img.shields.io/github/v/release/jcdenis/lastBlogUpdate?color=lightblue)](https://github.com/JcDenis/lastBlogUpdate/releases)
4+
![Date](https://img.shields.io/github/release-date/jcdenis/lastBlogUpdate?color=red)
5+
[![Dotclear](https://img.shields.io/badge/dotclear-v2.33-137bbb.svg)](https://fr.dotclear.org/download)
66
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/lastBlogUpdate)
7-
[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/lastBlogUpdate/src/branch/master/LICENSE)
7+
[![License](https://img.shields.io/github/license/jcdenis/lastBlogUpdate?color=white)](https://github.com/JcDenis/lastBlogUpdate/src/branch/master/LICENSE)
88

99
## ABOUT
1010

@@ -27,10 +27,10 @@ Add and configure _Last blog update_ from widgets manager.
2727

2828
## LINKS
2929

30-
* [License](https://git.dotclear.watch/JcDenis/lastBlogUpdate/src/branch/master/LICENSE)
31-
* [Packages & details](https://git.dotclear.watch/JcDenis/lastBlogUpdate/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/lastBlogUpdate))
32-
* [Sources & contributions](https://git.dotclear.watch/JcDenis/lastBlogUpdate) (or on [GitHub](https://github.com/JcDenis/lastBlogUpdate))
33-
* [Issues & security](https://git.dotclear.watch/JcDenis/lastBlogUpdate/issues) (or on [GitHub](https://github.com/JcDenis/lastBlogUpdate/issues))
30+
* [License](https://github.com/JcDenis/lastBlogUpdate/src/branch/master/LICENSE)
31+
* [Packages & details](https://github.com/JcDenis/lastBlogUpdate/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/lastBlogUpdate))
32+
* [Sources & contributions](https://github.com/JcDenis/lastBlogUpdate)
33+
* [Issues & security](https://github.com/JcDenis/lastBlogUpdate/issues)
3434
* [Discuss & help](ttp://forum.dotclear.org/viewtopic.php?pid=332950#p332950)
3535

3636
## CONTRIBUTORS

_define.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
'requires' => [['core', '2.28']],
2121
'permissions' => 'My',
2222
'type' => 'plugin',
23-
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
24-
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
25-
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
23+
'support' => 'https://github.com/JcDenis/' . basename(__DIR__) . '/issues',
24+
'details' => 'https://github.com/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
25+
'repository' => 'https://github.com/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
2626
]
2727
);

dcstore.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<desc>Show the dates of last updates of your blog in a widget</desc>
88
<file>https://github.com/JcDenis/lastBlogUpdate/releases/download/v2023.10.19/plugin-lastBlogUpdate.zip</file>
99
<da:dcmin>2.28</da:dcmin>
10-
<da:details>https://git.dotclear.watch/JcDenis/lastBlogUpdate/src/branch/master/README.md</da:details>
11-
<da:support>https://git.dotclear.watch/JcDenis/lastBlogUpdate/issues</da:support>
10+
<da:details>https://github.com/JcDenis/lastBlogUpdate/src/branch/master/README.md</da:details>
11+
<da:support>https://github.com/JcDenis/lastBlogUpdate/issues</da:support>
1212
</module>
1313
</modules>

0 commit comments

Comments
 (0)