hybridgroup / GitHub-Wikifier

A pre-commit Git Hook that will generate all the Table of Contents you will ever need. Just write your content, and let it take over.
100 stars 24 forks source link

Absolute path #14

Closed johanlaidlaw closed 11 years ago

johanlaidlaw commented 11 years ago

The script creates absolute paths for the links, which is of course a problem when I push to GitHub. I'm on a mac and use standard .md text files. I have tried to clone my repo to different dirs on my machine, but same problem.

Any help would be appreciated.

MarioRicalde commented 11 years ago

Is the repo public? can you point us to the repo wiki to see how the file structure looks?

johanlaidlaw commented 11 years ago

It is a private repo, but I have just setup a public one, same problem:

https://github.com/johanlaidlaw/Documentation/wiki

MarioRicalde commented 11 years ago

https://github.com/hybridgroup/GitHub-Wikifier/wiki/1.1.-Naming-Guidelines

Files must end with .md, I added that to 1.1-Introduction and it worked.

johanlaidlaw commented 11 years ago

(facepalm) I was sure I did that. Sorry about taking your time and thanks for the help