From b844e284570802afd03905293fc862a4699e56d8 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 15 Jan 2020 18:35:01 -0500 Subject: [PATCH] updated links in ninja file --- docs/source/_templates/theme_variables.jinja | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/source/_templates/theme_variables.jinja b/docs/source/_templates/theme_variables.jinja index 4982f358..3a67ad64 100644 --- a/docs/source/_templates/theme_variables.jinja +++ b/docs/source/_templates/theme_variables.jinja @@ -1,17 +1,17 @@ {%- set external_urls = { - 'github': 'https://github.com/williamFalcon/pytorch-lightning', - 'github_issues': 'https://github.com/williamFalcon/pytorch-lightning/issues', - 'contributing': 'https://github.com/williamFalcon/pytorch-lightning/blob/master/CONTRIBUTING.md', - 'docs': 'https://williamfalcon.github.io/pytorch-lightning', + 'github': 'https://github.com/PytorchLightning/pytorch-lightning', + 'github_issues': 'https://github.com/PytorchLightning/pytorch-lightning/issues', + 'contributing': 'https://github.com/PytorchLightning/pytorch-lightning/blob/master/CONTRIBUTING.md', + 'docs': 'https://pytorchlightning.github.io/pytorch-lightning', 'twitter': 'https://twitter.com/PyTorchLightnin', 'discuss': 'https://discuss.pytorch.org', - 'tutorials': 'https://williamfalcon.github.io/pytorch-lightning/', - 'previous_pytorch_versions': 'https://williamfalcon.github.io/pytorch-lightning/', - 'home': 'https://williamfalcon.github.io/pytorch-lightning/', - 'get_started': 'https://williamfalcon.github.io/pytorch-lightning/', - 'features': 'https://williamfalcon.github.io/pytorch-lightning/', - 'blog': 'https://williamfalcon.github.io/pytorch-lightning/', - 'resources': 'https://williamfalcon.github.io/pytorch-lightning/', - 'support': 'https://williamfalcon.github.io/pytorch-lightning/', + 'tutorials': 'https://pytorchlightning.github.io/pytorch-lightning/', + 'previous_pytorch_versions': 'https://pytorchlightning.github.io/pytorch-lightning/', + 'home': 'https://pytorchlightning.github.io/pytorch-lightning/', + 'get_started': 'https://pytorchlightning.github.io/pytorch-lightning/', + 'features': 'https://pytorchlightning.github.io/pytorch-lightning/', + 'blog': 'https://pytorchlightning.github.io/pytorch-lightning/', + 'resources': 'https://pytorchlightning.github.io/pytorch-lightning/', + 'support': 'https://pytorchlightning.github.io/pytorch-lightning/', } -%}