aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-10-30 12:12:20 -0700
committerGitHub <noreply@github.com>2017-10-30 12:12:20 -0700
commit6dd82243932e929331f3808742b191c85a353461 (patch)
treee051d4de80afceb1336c462c21feaf977d72e378 /php
parente8c9ae120985b4b6056762e23fea41b9b68dfa0e (diff)
parent05b56d01c1590bd93e2668c1f37856e6f9eb9c63 (diff)
downloadprotobuf-6dd82243932e929331f3808742b191c85a353461.tar.gz
protobuf-6dd82243932e929331f3808742b191c85a353461.tar.bz2
protobuf-6dd82243932e929331f3808742b191c85a353461.zip
Merge pull request #3817 from xuwei-k/joda-url
update joda-time javadoc url
Diffstat (limited to 'php')
-rw-r--r--php/src/Google/Protobuf/Timestamp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/Google/Protobuf/Timestamp.php b/php/src/Google/Protobuf/Timestamp.php
index d139da99..7da8e956 100644
--- a/php/src/Google/Protobuf/Timestamp.php
+++ b/php/src/Google/Protobuf/Timestamp.php
@@ -64,7 +64,7 @@ use Google\Protobuf\Internal\GPBUtil;
* to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
* with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
* can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
- * http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime())
+ * http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime--)
* to obtain a formatter capable of generating timestamps in this format.
*
* Generated from protobuf message <code>google.protobuf.Timestamp</code>