# Updated Security Onion Guide

## Post Details
- **Post ID:** 102  
- **Posted on:** 5 April 2015  
- **Author:** SM  
- **Category:** Guides, IDS, Misc, Security

Last week, Security Onion repository moved from Google Code to Github. We have now updated our [Security Onion Installation Guide](/content/blog/All/post100.html) with the new links.

Basically, replacing the base part of each link from the old reference

" **https://code.google.com/p/** _rest\_of\_the\_link\]_"

to

" **https://github.com/Security-Onion-Solutions/** _rest\_of\_the\_link\]_"

If you are looking for "issues", not only do you need to replace the base reference as mentioned above, but you also need to remove the "detail?id=" at the end of the URL.

For example:

[https://code.google.com/p/security-onion/issues/detail?id=488](https://code.google.com/p/security-onion/issues/detail?id=488) (does not work )

Becomes

[https://github.com/Security-Onion-Solutions/security-onion/issues/488](https://github.com/Security-Onion-Solutions/security-onion/issues/488) (works)
