Skip to content

Commit bbfb2ec

Browse files
committed
Deletes nativeInt
This file actually did not have anything, causing more confusion than benefit, as indicated by @jnthn in #1534. The native types are right now described in nativecall, but they will be moved somewhere else, as per #1512. Also changes redirection to the new page that includes all these types.
1 parent 458e6ff commit bbfb2ec

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

doc/Type/nativeInt.pod6

Lines changed: 0 additions & 13 deletions
This file was deleted.

html/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RewriteRule ^(/?type/.*/[^/]*?)\$COLON([^/\$COLON]*)$ $1:$2 [R=30
2121

2222
RewriteRule ^(/?routine/.*/[^/]*?)([^/]*?%5E[^/]*)$ $1\$CIRCUMFLEX_ACCENT$2 [N]
2323
RewriteRule ^(/?routine/.*/[^/]*?)%5E([^/%5E]*)$ $1\$CIRCUMFLEX_ACCENT$2 [R=301]
24-
RewriteRule ^type/int(8|16|32|64)?(.html)?$ https://docs.perl6.org/type/nativeInt [R=301]
24+
RewriteRule ^type/int(8|16|32|64)?(.html)?$ https://docs.perl6.org/language/nativecall#Passing_and_Returning_Values [R=301]
2525
RewriteRule ^language/unicode_texas(.html)?$ https://docs.perl6.org/language/unicode_ascii [R=301]
2626

2727
##

0 commit comments

Comments
 (0)