Skip to content

Commit

Permalink
docs: update old links (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Sep 2, 2022
1 parent dbd98a3 commit 109626d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**This is a maintained fork of [Siema](https://github.com/pawelgrzybek/siema) by [Paweł Grzybek](https://github.com/pawelgrzybek).**

Full docs with examples: [https://denvercoderone.github.io/siemano/](https://denvercoderone.github.io/siema/).
Full docs with examples: [https://denvercoderone.github.io/siemano/](https://denvercoderone.github.io/siemano/).

Siemano is a lightweight (only 3kb gzipped) carousel plugin with no dependencies and no styling. As Brad Frost once said, "do that shit yourself". It is 100% open source and [available on GitHub](https://github.com/DenverCoderOne/siemano). It is free to use on personal and commercial projects. Use it with your favorite module bundler or by manually injecting the script into your project.

Expand Down
6 changes: 3 additions & 3 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<!-- Open graph data -->
<meta property="og:site_name" content="Siema - Lightweight and simple carousel with no dependencies">
<meta property="og:title" content="Siema - Lightweight and simple carousel with no dependencies">
<meta property="og:url" content="https://denvercoderone.github.io/siema/">
<meta property="og:url" content="https://denvercoderone.github.io/siemano/">
<meta property="og:type" content="website">
<meta property="og:description" content="Siema is a simple and very lightweight slider / carousel plugin written in pure vanilla JavaScript without any dependencies.">
<meta property="og:image" content="https://denvercoderone.github.io/siema/assets/siema.jpg">
<meta property="og:image" content="https://denvercoderone.github.io/siemano/assets/siema.jpg">

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -25,7 +25,7 @@
<meta name="twitter:title" content="Siema - Lightweight and simple carousel with no dependencies" />
<meta name="twitter:description" content="Siema is a simple and very lightweight slider / carousel plugin written in pure vanilla JavaScript without any dependencies."
/>
<meta property="og:image" content="https://denvercoderone.github.io/siema/assets/siema.jpg">
<meta property="og:image" content="https://denvercoderone.github.io/siemano/assets/siema.jpg">

<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ I've also created a Codepen collection with tons of Siema examples.

Siemano's purpose is to provide a basic carousel tool and allow developers to extend it by using the available methods. It doesn't come with any complex configuration and myriad options — I would like to keep it this way. If you need a more powerful library I recommend the amazing [Flickity](http://flickity.metafizzy.co/) by David DeSandro or [Swiper](http://idangero.us/swiper/) by iDangero team.

Bug fixes are more than welcome. If you have a feature suggestion please [open an issue](https://github.com/pawelgrzybek/siema/issues) on Github. Before sending a pull request make sure to use the `build` task please.
Bug fixes are more than welcome. If you have a feature suggestion please [open an issue](https://github.com/DenverCoderOne/siemano/issues) on Github. Before sending a pull request make sure to use the `build` task please.

```shell
yarn run build
Expand Down

0 comments on commit 109626d

Please sign in to comment.