summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSean O'Keefe <seano314@users.noreply.github.com>2014-11-27 14:08:30 -0800
committerSean O'Keefe <seano314@users.noreply.github.com>2014-11-27 14:08:30 -0800
commitf842f8290d703275534bcddcdea4f1a9e53fca42 (patch)
tree7ad7f0cbc0a44ec8bada7ed21aa60f2e1acd0b72 /README.md
parentc71d2df7d9ac9773537231104b8e8071afed76e7 (diff)
downloadgoogle-compute-image-packages-f842f8290d703275534bcddcdea4f1a9e53fca42.tar.gz
Updating links
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 198ca93..fd7fb54 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-## Image Packages for Google Compute Engine
+## [Image Packages](https://cloud.google.com/compute/docs/images) for [Google Compute Engine](https://cloud.google.com/compute/)
This repository is the collection of packages that are installed on the standard Google Compute Engine images.
-1. Image Bundle - Tool that creates an image file out of a disk attached to a GCE VM.
-1. Google Startup Scripts - Scripts and configuration files that setup a Linux-based image to work smoothly with GCE.
+1. [Image Bundle](https://cloud.google.com/compute/docs/images#buildingimage) - Tool that creates an image file out of a disk attached to a GCE VM.
+1. [Google Startup Scripts](https://cloud.google.com/compute/docs/startupscript) - Scripts and configuration files that setup a Linux-based image to work smoothly with GCE.
1. Google Daemon - A service that manages user accounts, maintains ssh login keys, and syncs public endpoint IP addresses.
## Installation
The easiest way to install these packages into a Linux-based image is to extract each tarball to `/` (root). Image Bundle does not have a directory structure, it is recommended to it extract to `/usr/share/imagebundle`. The tarballs are available in [releases](https://github.com/GoogleCloudPlatform/compute-image-packages/releases).
-Refer to [Building a Google Compute Engine Image](https://developers.google.com/compute/docs/building_image) for the complete guide.
+Refer to [Building a Google Compute Engine Image](https://cloud.google.com/compute/docs/images) for the complete guide.
## Source Code
This repository is structured so that each package is located in its own top-level directory. [`google-startup-scripts`](google-startup-scripts/) and [`google-daemon`](google-daemon/) are stored as the directory structure of where the files would be from root. [`image-bundle`](image-bundle/) has no directory structure.