fastai / nbdev_template

Template for nbdev projects
https://nbdev.fast.ai/
Apache License 2.0
293 stars 99 forks source link

The tree URL does not redirect at least not here. #43

Closed TejasAvinashShetty closed 3 years ago

TejasAvinashShetty commented 3 years ago

The tree URL does not redirect at least not here.

deck_of_cards/tree/Master/deck_of_cards/card.py#L7. instead of deck_of_cards/blob/master/deck_of_cards/card.py#L7

_Originally posted by @TejasAvinashShetty in https://github.com/fastai/nbdev_template/issues/40#issuecomment-779679490_

hamelsmu commented 3 years ago

Right, but your branch name is malformed. Master -> master.

This is not an actual issue

for example this page https://fastai.github.io/deck_of_cards/card.html#Card -> https://github.com/fastai/deck_of_cards/tree/master/deck_of_cards/card.py#L15