tflori / angular-translator

translation module for angular
https://tflori.github.io/angular-translator/
MIT License
21 stars 6 forks source link

Links not working #19

Closed BorntraegerMarc closed 7 years ago

BorntraegerMarc commented 7 years ago

Under: https://github.com/tflori/angular2-translator/blob/master/docs/index.md

This text:

TranslateConfig - The TranslateConfig is a dependency for TranslateService. As the name suggests it gives a configuration for the TranslateService.

TranslateService - The TranslateService holds the core functionality for this module. It is not only for translation also it provides functions for control structures.

TranslateComponent - This is a angular2 component for the selector [translate]

TranslatePipe - The TranslatePipe is the easiest way for translation but it has some drawbacks.

TranslateLoaderJson - For now this is the only existing TranslateLoader.

tflori commented 7 years ago

It could be problematic - I will give it a try but the links are working here: https://tflori.github.io/angular2-translator/

The markdown files get converted to html - I don't know if it has multiviews or converts the links too...

tflori commented 7 years ago

the first try was with multiviews: github.io has multiviews but github.com not.

the second try worked: they get converted from jekyll (what they use for github.io)