Talk:Binary GCD algorithm: Difference between revisions

Content deleted Content added
m Undid revision 438936041 by Regregex (talk)
No edit summary
Line 1:
=== bug in wikipedia underlying framework? ===
 
It appears that there are two pages:
 
a) http://en.wikipedia.org/wiki/Binary_gcd
 
(last modified: "4 January 2012 at 17:09.")
 
trying to edit that page will take you to:
 
http://en.wikipedia.org/w/index.php?title=Binary_GCD_algorithm&action=edit
 
b) http://en.wikipedia.org/wiki/Binary_GCD_algorithm
 
(last modified: "12 January 2012 at 15:34.")
 
trying to edit that page will take you to:
 
http://en.wikipedia.org/w/index.php?title=Binary_GCD_algorithm&action=edit
 
However, a) and b) appear different as a) does not reflects changes to b).
 
By manually modifying the "edit" URL from a) to:
 
http://en.wikipedia.org/w/index.php?title=Binary_gcd&action=edit
 
It appears that a) is just "#REDIRECT[[Binary GCD algorithm]]"
 
However, it does not seems to work.
 
I hope this helps (I could not find a "report a bug" thing so I'm posting here)
 
== gcd(0,0) ==