diff --git a/source/rl10/releases/rl10_10.6.4_release.html.md b/source/rl10/releases/rl10_10.6.4_release.html.md
index ea88aa5d..68948f38 100644
--- a/source/rl10/releases/rl10_10.6.4_release.html.md
+++ b/source/rl10/releases/rl10_10.6.4_release.html.md
@@ -6,19 +6,22 @@ description: Version-specific information for the 10.6.4 Release of RightLink.
### Updates
-- Update go from 1.14 to 1.18
+- Updated go from 1.14 to 1.18
- Added Github workflows
- Updated Makefile
- Changed the AuditEntry rate from 10 sec to 50 secs
- Increased sleep time in flush from 100 milliseconds to 500 milliseconds
-### Commit changes:
+## Quick Reference
-- https://github.com/rightscale/rightlinklite/commit/50bce384f5352d133e92697d0981593fd5237da9
-
-### Release downloads:
-
-- https://rightlink.rightscale.com/rll/10.6.4/rightlink.tgz
-- https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.sh
-- https://rightlink.rightscale.com/rll/10.6.4/rightlink.zip
-- https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.ps1
+| Item | Description |
+| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| RightLink10 Change Log | [https://rightlink.rightscale.com/rll/10.6.4/CHANGES.md](https://rightlink.rightscale.com/rll/10.6.4/CHANGES.md) |
+| Linux Base ServerTemplate | [https://www.rightscale.com/library/server_templates/RightLink-10/lineage/53250](https://www.rightscale.com/library/server_templates/RightLink-10/lineage/53250) |
+| Linux Install-on-image | Installation package: [https://rightlink.rightscale.com/rll/10.6.4/rightlink.tgz](https://rightlink.rightscale.com/rll/10.6.4/rightlink.tgz) |
+| Linux Install-at-boot | To run: Import Linux Base ServerTemplate, create server from ST, pick desired MCI, launch |
+| Linux Enable-running | Script: [https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.sh](https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.sh)
To run: Import Linux Base ServerTemplate, launch raw instance, copy key from
Settings > Account Settings > API credentials, SSH into raw instance
Run command:curl -s https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.sh | bash -s -- -k "<your-key>" -d "<deployment-name>" -n "<your-server-name>" -t "RightLink 10.6.4 Linux Base" -a "us-3.rightscale.com" -c "<cloud_type>"
|
+| Windows Base ServerTemplate | [https://www.rightscale.com/library/server_templates/RightLink-10/lineage/55964](https://www.rightscale.com/library/server_templates/RightLink-10/lineage/55964) |
+| Windows Install-on-image | Installation package: [https://rightlink.rightscale.com/rll/10.6.4/rightlink.zip](https://rightlink.rightscale.com/rll/10.6.4/rightlink.zip) |
+| Windows Enable-running | Script: [https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.ps1](https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.ps1)
To run: Import Windows Base ServerTemplate, launch raw instance, copy key from
Settings > Account Settings > API credentials, Remote Desktop into raw instance
Run command:$wc = New-Object System.Net.WebClient
$wc.DownloadFile("https://rightlink.rightscale.com/rll/10.6.4/rightlink.enable.ps1", "rightlink.enable.ps1");
Powershell -ExecutionPolicy Unrestricted -File rightlink.enable.ps1 -k "<your-key>" -d "<deployment-name>" -n "<your-server-name>" -t "RightLink 10.6.4 Windows Base" -a "us-3.rightscale.com" -c "<cloud_type>"
|
+| Known Limitations |