Browse Source

Merge pull request #330 from orchardup/www.fig.sh

www.fig.sh
Aanand Prasad 11 năm trước cách đây
mục cha
commit
e1a0937a61
5 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      README.md
  3. 1 0
      docs/_layouts/default.html
  4. 1 1
      docs/django.md
  5. 1 1
      setup.py

+ 1 - 1
CONTRIBUTING.md

@@ -2,7 +2,7 @@
 
 ## Development environment
 
-If you're looking contribute to [Fig](http://orchardup.github.io/fig/)
+If you're looking contribute to [Fig](http://www.fig.sh/)
 but you're new to the project or maybe even to Python, here are the steps
 that should get you started.
 

+ 1 - 1
README.md

@@ -46,4 +46,4 @@ Fig is a project from [Orchard](https://orchardup.com), a Docker hosting service
 Installation and documentation
 ------------------------------
 
-Full documentation is available on [Fig's website](http://orchardup.github.io/fig/).
+Full documentation is available on [Fig's website](http://www.fig.sh/).

+ 1 - 0
docs/_layouts/default.html

@@ -7,6 +7,7 @@
     <link href='http://fonts.googleapis.com/css?family=Lilita+One|Lato:300,400,700' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
     <link rel="stylesheet" type="text/css" href="css/fig.css?{{ site.time | date:'%Y%m%d%U%H%N%S' }}">
+    <link rel="canonical" href="http://www.fig.sh{% if page.url =="/index.html" %}/{% else %}{{ page.url }}{% endif %}">
   </head>
   <body>
     <div class="container">

+ 1 - 1
docs/django.md

@@ -39,7 +39,7 @@ Simple enough. Finally, this is all tied together with a file called `fig.yml`.
       links:
         - db
 
-See the [`fig.yml` reference](http://orchardup.github.io/fig/yml.html) for more information on how it works.
+See the [`fig.yml` reference](yml.html) for more information on how it works.
 
 We can now start a Django project using `fig run`:
 

+ 1 - 1
setup.py

@@ -32,7 +32,7 @@ setup(
     name='fig',
     version=find_version("fig", "__init__.py"),
     description='Punctual, lightweight development environments using Docker',
-    url='http://orchardup.github.io/fig/',
+    url='http://www.fig.sh/',
     author='Orchard Laboratories Ltd.',
     author_email='[email protected]',
     license='Apache License 2.0',