1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 01:52:18 +01:00

Updated references to old Google Code project.

This commit is contained in:
Dain Nilsson 2013-02-04 17:06:32 +01:00
parent bfbb80b17a
commit ad88ccdb1f
3 changed files with 3 additions and 3 deletions

2
doc

@ -1 +1 @@
Subproject commit d32ab96dc2a5f76a2e4d7a261311eb1aecd2fa04
Subproject commit e15ab68364f3d0a69fc304e495d1fde180ddb1d8

View File

@ -126,7 +126,7 @@ $myLog->log(LOG_DEBUG, 'Sync request params ' , $syncParams);
#
# Compare sync and local counters and generate warnings according to
#
# http://code.google.com/p/yubikey-val-server-php/wiki/ServerReplicationProtocol
# https://github.com/Yubico/yubikey-val/wiki/ServerReplicationProtocol
#

View File

@ -435,7 +435,7 @@ class SyncLib
/* Check for warnings
See http://code.google.com/p/yubikey-val-server-php/wiki/ServerReplicationProtocol
See https://github.com/Yubico/yubikey-val/wiki/ServerReplicationProtocol
NOTE: We use localParams for validationParams comparison since they are actually the
same in this situation and we have them at hand.