Procházet zdrojové kódy

Merge pull request #1002 from SvenDowideit/add-links-to-references

Add links to the main Compose references
Ben Firshman před 10 roky
rodič
revize
b1739e703b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      docs/index.md

+ 2 - 2
docs/index.md

@@ -179,5 +179,5 @@ your services once you've finished with them:
     $ docker-compose stop
 
 At this point, you have seen the basics of how Compose works. See the reference
-section for complete details on the commands, configuration file and environment
-variables.
+guides for complete details on the [commands](cli.md), the [configuration
+file](yml.md) and [environment variables](env.md).