Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit 7c2a7bc

Browse files
committedAug 22, 2017
README: create links for redirects
1 parent d1ee139 commit 7c2a7bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎README.md

+14
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,20 @@ Desktop --> Local Repo --> Server Bare Repo -------´
4949

5050
`/blog/2?ref=preview`
5151

52+
* Filesystem symlink generates HTTP redirects
53+
54+
* Internal link: IMPRESSUM -> COPYRIGHT
55+
56+
```
57+
ln -s COPYRIGHT IMPRESSUM
58+
```
59+
60+
* External link: github -> https://github.com/pecharmin/gitblog.py
61+
62+
```
63+
ln -s https://github.com/pecharmin/gitblog.py github
64+
```
65+
5266
## Setup
5367
Whould you like to setup gitblog for your site?
5468
See [INSTALL](/INSTALL.md)

0 commit comments

Comments
 (0)
This repository has been archived.