Skip to content

Commit

Permalink
fix(): update some older link to doc website
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks89 committed Nov 6, 2021
1 parent 20195d2 commit d824527
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/angular-cli-13/src/app/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<h2>Welcome</h2>
<p class="lead">This is the official live example of @ks89/angular-modal-gallery.
To get started quickly you can try and check the <a href="https://github.com/Ks89/angular-modal-gallery/tree/master/src">sourcecode of this example</a>.</p>
<p>If you need the <b style="color: #b80000;">full documentation with all apis, <a href="https://ks89.github.io/angular-modal-gallery-2020-v8.github.io/">this is the official documentation website</a></b>.</p>
<p>If you need the <b style="color: #b80000;">full documentation with all apis, <a href="https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/">this is the official documentation website</a></b>.</p>

<p>The official documentation is available at <a href="https://ks89.github.io/angular-modal-gallery-2020-v8.github.io/">ks89.github.io/angular-modal-gallery-2020-v8.github.io</a></p>
<p>The official documentation is available at <a href="https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/">ks89.github.io/angular-modal-gallery-2021-v9.github.io</a></p>
</section>

4 changes: 2 additions & 2 deletions examples/angular-cli-material/src/app/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<h2>Welcome</h2>
<p class="lead">This is the official live example of @ks89/angular-modal-gallery.
To get started quickly you can try and check the <a href="https://github.com/Ks89/angular-modal-gallery/tree/master/src">sourcecode of this example</a>.</p>
<p>If you need the <b style="color: #b80000;">full documentation with all apis, <a href="https://ks89.github.io/angular-modal-gallery-2020-v8.github.io/">this is the official documentation website</a></b>.</p>
<p>If you need the <b style="color: #b80000;">full documentation with all apis, <a href="https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/">this is the official documentation website</a></b>.</p>

<p>The official documentation is available at <a href="https://ks89.github.io/angular-modal-gallery-2020-v8.github.io/">ks89.github.io/angular-modal-gallery-2020-v8.github.io</a></p>
<p>The official documentation is available at <a href="https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/">ks89.github.io/angular-modal-gallery-2021-v9.github.io</a></p>
</section>

4 changes: 2 additions & 2 deletions examples/universal/src/app/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<h2>Welcome</h2>
<p class="lead">This is the official live example of @ks89/angular-modal-gallery.
To get started quickly you can try and check the <a href="https://github.com/Ks89/angular-modal-gallery/tree/master/src">sourcecode of this example</a>.</p>
<p>If you need the <b style="color: #b80000;">full documentation with all apis, <a href="https://ks89.github.io/angular-modal-gallery-2020-v8.github.io/">this is the official documentation website</a></b>.</p>
<p>If you need the <b style="color: #b80000;">full documentation with all apis, <a href="https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/">this is the official documentation website</a></b>.</p>

<p>The official documentation is available at <a href="https://ks89.github.io/angular-modal-gallery-2020-v8.github.io/">ks89.github.io/angular-modal-gallery-2020-v8.github.io</a></p>
<p>The official documentation is available at <a href="https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/">ks89.github.io/angular-modal-gallery-2021-v9.github.io</a></p>
</section>

2 changes: 1 addition & 1 deletion projects/ks89/angular-modal-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=16.3.0",
"npm": ">=7.16.0"
},
"homepage": "https://ks89.github.io/angular-modal-gallery-2020-v8.github.io/",
"homepage": "https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/",
"dependencies": {
"tslib": ">=2.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<h2>Welcome</h2>
<p class="lead">This is the official live example of @ks89/angular-modal-gallery.
To get started quickly you can try and check the <a href="https://github.com/Ks89/angular-modal-gallery/tree/master/src">sourcecode of this example</a>.</p>
<p>If you need the <b style="color: #b80000;">full documentation with all apis, <a href="https://ks89.github.io/angular-modal-gallery-2020-v8.github.io/">this is the official documentation website</a></b>.</p>
<p>If you need the <b style="color: #b80000;">full documentation with all apis, <a href="https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/">this is the official documentation website</a></b>.</p>

<p>The official documentation is available at <a href="https://ks89.github.io/angular-modal-gallery-2020-v8.github.io/">ks89.github.io/angular-modal-gallery-2020-v8.github.io</a></p>
<p>The official documentation is available at <a href="https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/">ks89.github.io/angular-modal-gallery-2021-v9.github.io</a></p>
</section>

0 comments on commit d824527

Please sign in to comment.