summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxuwei-k <6b656e6a69@gmail.com>2016-02-13 02:42:04 +0900
committerLukas Rytz <lukas.rytz@gmail.com>2016-02-15 13:43:58 +0100
commitfccd66891cb7ca96efe1ce020e655457b91c66fb (patch)
tree4ca706f35c20d4c4eacb00764d5eb3844f077491
parentb5388863252e10a4dd03e3efa8f14723ae052b41 (diff)
downloadscala-fccd66891cb7ca96efe1ce020e655457b91c66fb.tar.gz
scala-fccd66891cb7ca96efe1ce020e655457b91c66fb.tar.bz2
scala-fccd66891cb7ca96efe1ce020e655457b91c66fb.zip
fix smhasher url
google code is dead http://google-opensource.blogspot.jp/2015/03/farewell-to-google-code.html
-rw-r--r--src/library/scala/util/MurmurHash.scala2
-rw-r--r--src/library/scala/util/hashing/MurmurHash3.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/util/MurmurHash.scala b/src/library/scala/util/MurmurHash.scala
index e05fe0875b..1b6db5d6aa 100644
--- a/src/library/scala/util/MurmurHash.scala
+++ b/src/library/scala/util/MurmurHash.scala
@@ -10,7 +10,7 @@ package scala
package util
/** An implementation of Austin Appleby's MurmurHash 3.0 algorithm
- * (32 bit version); reference: http://code.google.com/p/smhasher
+ * (32 bit version); reference: https://github.com/aappleby/smhasher
*
* This is the hash used by collections and case classes (including
* tuples).
diff --git a/src/library/scala/util/hashing/MurmurHash3.scala b/src/library/scala/util/hashing/MurmurHash3.scala
index 4e5537954f..6a56910451 100644
--- a/src/library/scala/util/hashing/MurmurHash3.scala
+++ b/src/library/scala/util/hashing/MurmurHash3.scala
@@ -193,7 +193,7 @@ private[hashing] class MurmurHash3 {
* to remedy some weaknesses and improve performance. This represents the
* latest and supposedly final version of the algorithm (revision 136).
*
- * @see [[http://code.google.com/p/smhasher]]
+ * @see [[https://github.com/aappleby/smhasher]]
*/
object MurmurHash3 extends MurmurHash3 {
final val arraySeed = 0x3c074a61