This is a simple url shortener for drupal.org pages according to https://www.drupal.org/project/dgore. It is the spiritual successor of dgo.to.

Use dgo.re to magically redirect to common www.drupal.org URL's. Use this project to report bugs or issues with dgo.re or to request a new feature.

How to Use dgo.re

Projects

dgo.re/views → https://www.drupal.org/project/views

Git Repositories

dgo.re/r/commerce → https://git.drupalcode.org/project/commerce

Project Docs

dgo.re/d/token → https://www.drupal.org/documentation/modules/token

dgo.re/token/docs → https://www.drupal.org/documentation/modules/token

API

dgo.re/a/hook_menu → http://api.drupal.org/hook_menu

Issue queues

dgo.re/i/drupal → https://www.drupal.org/project/issues/drupal

Sandboxes

dgo.re/s/commerce_immediate_login → https://www.drupal.org/sandbox/simongeorges/1676742

Node numbers

dgo.re/118536 → https://www.drupal.org/node/118536

Comments

dgo.re/783692/2913076 or dgo.re/c/2913076 → https://www.drupal.org/comment/2913076#comment-2913076

Users

dgo.re/@xjm → https://www.drupal.org/u/xjm

dgo.re/u/nvahalik → https://www.drupal.org/u/nvahalik

Groups

dgo.re/g/greece → https://groups.drupal.org/greece

Migrating from dgo.to to dgo.re

Use sed -i.bak 's/dgo\.to/dgo\.re/g' *.php to update all references in all php files, a backup will be made.

To recurse into subdirectories use: find . -name '*.php' -exec sed -i.bak 's/dgo\.to/dgo\.re/g' '{}' \;