Skip to content

Commit 9a35eae

Browse files
committed
Removed trailing slashes
1 parent d665fc3 commit 9a35eae

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/getting-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Create a personalized and professional profile page. Showcase all your important
55

66
**Get LittleLink Custom:**
77

8-
- [Use it online](https://demo.littlelink-custom.com/)
8+
- [Use it online](https://demo.littlelink-custom.com)
99
- [Use we Web Version](https://littlelink-custom.com/download)
1010
- [Get the Docker Version](https://littlelink-custom.com/docker)
1111

1212

1313
We offer a public instance that you can use to get started with our platform. You can sign up for a free account on our public instance and start creating a fully functional website with all the features and capabilities of our platform. You can customize the look and feel of your website by choosing from our pre-made templates and designs. And if you decide to set up your own instance later, you can easily export your data. So, there is no reason not to try our public instance first.
1414

15-
[**Public instance**](https://demo.littlelink-custom.com/)
15+
[**Public instance**](https://demo.littlelink-custom.com)
1616

1717
If you want to have full control over your website, you can set up your own web server. This option requires some technical knowledge, but it gives you complete control over your website. You can choose your own hosting provider, install the necessary software and plugins, and customize your website to your liking. You can find instructions on how to set up our platform on your own web server by following the link [here](https://github.com/JulianPrieber/littlelink-custom#readme).
1818

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The plug-and-play approach to LittleLink, with advanced features. <br>
1717
</div>
1818

1919
## Function
20-
**LittleLink Custom provides** you with **a website similar to** [Linktree](https://linktr.ee/). Many **social media platforms only allow you to add one link**, with this you can simply **link to your LittleLink Custom page** and have **all the links you want** displayed on one site. You can share all your links to your social media platform or important links to **easy accessible and hosted on your own web-server** or web-hosting provider. On this website, other users can register and create their own links, you can access other user via the Admin Panel.
20+
**LittleLink Custom provides** you with **a website similar to** [Linktree](https://linktr.ee). Many **social media platforms only allow you to add one link**, with this you can simply **link to your LittleLink Custom page** and have **all the links you want** displayed on one site. You can share all your links to your social media platform or important links to **easy accessible and hosted on your own web-server** or web-hosting provider. On this website, other users can register and create their own links, you can access other user via the Admin Panel.
2121

2222
## About
2323
**LittleLink Custom** is a fork of [LittleLink Admin](https://github.com/latuminggi/littlelink-admin) with a **set goal** of making the admin panel **easier to use and setup**, for inexperienced and first-time user's, with the addition of **many custom features** themed around customization for the individual users, LittleLink pages.

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,28 +63,28 @@ markdown_extensions:
6363
- admonition
6464
# linkifies URL and email links without having to wrap them in Markdown syntax. Also, allows shortens repository issue, pull request, and commit links.
6565
- pymdownx.magiclink
66-
# Task lists (https://facelessuser.github.io/pymdown-extensions/extensions/tasklist/)
66+
# Task lists (https://facelessuser.github.io/pymdown-extensions/extensions/tasklist)
6767
- pymdownx.tasklist:
6868
custom_checkbox: true
6969
# Highlight words with ==mark me==
7070
- pymdownx.mark
7171
# Adds support for deletion ~~Delete me~~ and subscript text~a\ subscript~
7272
- pymdownx.tilde
7373
# This extension is a convenience extension which includes many pymdownx extensions
74-
# (https://facelessuser.github.io/pymdown-extensions/extensions/extra/)
74+
# (https://facelessuser.github.io/pymdown-extensions/extensions/extra)
7575
- pymdownx.extra
76-
# (https://facelessuser.github.io/pymdown-extensions/extensions/details/)
76+
# (https://facelessuser.github.io/pymdown-extensions/extensions/details)
7777
- pymdownx.details
7878
# Tabbed provides a syntax to easily add tabbed Markdown content.
7979
# https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/
8080
- pymdownx.tabbed:
8181
alternate_style: true
82-
# Adds syntax for defining footnotes in Markdown documents (https://python-markdown.github.io/extensions/footnotes/)
82+
# Adds syntax for defining footnotes in Markdown documents (https://python-markdown.github.io/extensions/footnotes)
8383
- footnotes
8484
# Adds the ability to define abbreviations
8585
- abbr
8686
# Metadata support in pages
87-
# (https://squidfunk.github.io/mkdocs-material/extensions/metadata/)
87+
# (https://squidfunk.github.io/mkdocs-material/extensions/metadata)
8888
- meta
8989
- attr_list
9090
- md_in_html

0 commit comments

Comments
 (0)