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/viewshttps://www.drupal.org/project/views

Git Repositories

dgo.re/r/commercehttps://git.drupalcode.org/project/commerce

Project Docs

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

dgo.re/token/docshttps://www.drupal.org/documentation/modules/token

API

dgo.re/a/hook_menuhttp://api.drupal.org/hook_menu

Issue queues

dgo.re/i/drupalhttps://www.drupal.org/project/issues/drupal

Sandboxes

dgo.re/s/commerce_immediate_loginhttps://www.drupal.org/sandbox/simongeorges/1676742

Node numbers

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

Comments

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

Users

dgo.re/@xjmhttps://www.drupal.org/u/xjm

dgo.re/u/nvahalikhttps://www.drupal.org/u/nvahalik

Groups

dgo.re/g/greecehttps://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' '{}' \;