Skip to content

Commit

Permalink
Redirect Atari pages to ale.farama.org/environments
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Sep 18, 2024
1 parent 964eb3e commit 9db4d33
Show file tree
Hide file tree
Showing 106 changed files with 8 additions and 9,399 deletions.
8 changes: 8 additions & 0 deletions docs/environments/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Enable mod_rewrite
RewriteEngine On

# Redirect for the main Atari environments page
RewriteRule ^atari/?$ https://ale.farama.org/environments/ [R=301,L]

# Redirect for all files under the Atari directory
RewriteRule ^atari/(.*)$ https://ale.farama.org/environments/$1 [R=301,L]
379 changes: 0 additions & 379 deletions docs/environments/atari.md

Large diffs are not rendered by default.

92 changes: 0 additions & 92 deletions docs/environments/atari/adventure.md

This file was deleted.

87 changes: 0 additions & 87 deletions docs/environments/atari/air_raid.md

This file was deleted.

93 changes: 0 additions & 93 deletions docs/environments/atari/alien.md

This file was deleted.

92 changes: 0 additions & 92 deletions docs/environments/atari/amidar.md

This file was deleted.

Loading

0 comments on commit 9db4d33

Please sign in to comment.