Skip to content

Commit 04d86e0

Browse files
Replace codeplex links with github links
1 parent e22c8bb commit 04d86e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+67
-67
lines changed

Build_android/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121
# Build script for casablanca on android
2222
#
23-
# For the latest on this and related APIs, please see http://casablanca.codeplex.com.
23+
# For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2424
#
2525
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2626

Release/include/cpprest/astreambuf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Asynchronous I/O: stream buffer. This is an extension to the PPL concurrency features and therefore
2020
* lives in the Concurrency namespace.
2121
*
22-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
22+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2323
*
2424
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2525
****/

Release/include/cpprest/asyncrt_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Various common utilities.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/base_uri.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Protocol independent support for URIs.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/containerstream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* This file defines a basic STL-container-based stream buffer. Reading from the buffer will not remove any data
2020
* from it and seeking is thus supported.
2121
*
22-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
22+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2323
*
2424
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2525
****/

Release/include/cpprest/details/basic_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Platform-dependent type definitions
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/details/cpprest_compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Standard macros and definitions.
2020
* This header has minimal dependency on windows headers and is safe for use in the public API
2121
*
22-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
22+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2323
*
2424
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2525
****/

Release/include/cpprest/details/fileio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* files. The supporting functions, which are in this file, use C-like signatures to avoid as many issues as
2626
* possible.
2727
*
28-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
28+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2929
*
3030
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
3131
****/

Release/include/cpprest/details/http_client_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* HTTP Library: Client-side APIs, non-public declarations used in the implementation.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/details/http_helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Functions and types for interoperating with http.h from modern C++
2222
* This file includes windows definitions and should not be included in a public header
2323
*
24-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
24+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2525
*
2626
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2727
****/

Release/include/cpprest/details/nosal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* ==--==
1717
*
18-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
18+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
1919
*
2020
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
2121
***/

Release/include/cpprest/details/uri_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* URI parsing implementation
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/details/x509_cert_utilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Contains utility functions for helping to verify server certificates in OS X/iOS and Android.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/filestream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Asynchronous File streams
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/http_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* HTTP Library: Client-side APIs.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/http_headers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* ==--==
1717
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
1818
*
19-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
19+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2020
*
2121
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2222
****/

Release/include/cpprest/http_msg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* HTTP Library: Request and reply message definitions.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/interopstream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Adapter classes for async and STD stream buffers, used to connect std-based and async-based APIs.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* HTTP Library: JSON parser and writer
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/oauth1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* HTTP Library: Oauth 1.0
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/oauth2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* HTTP Library: Oauth 2.0
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/producerconsumerstream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* This file defines a basic memory-based stream buffer, which allows consumer / producer pairs to communicate
2020
* data via a buffer.
2121
*
22-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
22+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2323
*
2424
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2525
****/

Release/include/cpprest/rawptrstream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* This file defines a stream buffer that is based on a raw pointer and block size. Unlike a vector-based
2020
* stream buffer, the buffer cannot be expanded or contracted, it has a fixed capacity.
2121
*
22-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
22+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2323
*
2424
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2525
****/

Release/include/cpprest/streams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Asynchronous I/O: streams API, used for formatted input and output, based on unformatted I/O using stream buffers
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/uri.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Protocol independent support for URIs.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/cpprest/uri_builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Builder style class for creating URIs.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/pplx/pplx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Parallel Patterns Library
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/pplx/pplxconv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Utilities to convert between PPL tasks and PPLX tasks
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/pplx/pplxinterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* PPL interfaces
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/pplx/pplxlinux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Linux specific pplx implementations
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/pplx/pplxtasks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Parallel Patterns Library - PPLx Tasks
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/pplx/pplxwin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Windows specific pplx implementations
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/include/pplx/threadpool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Simple Linux implementation of a static thread pool.
1919
*
20-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
20+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2121
*
2222
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
2323
***/

Release/src/http/client/http_client_asio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* This file contains a cross platform implementation based on Boost.ASIO.
2222
*
23-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
23+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2424
*
2525
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2626
****/

Release/src/http/client/http_client_msg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* HTTP Library: Request and reply message definitions (client side).
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/src/http/client/http_client_winhttp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* This file contains the implementation for Windows Desktop, based on WinHTTP.
2222
*
23-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
23+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2424
*
2525
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2626
****/

Release/src/http/client/http_client_winrt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* This file contains the implementation for the Windows Runtime, using XML HTTP Extended Request.
2222
*
23-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
23+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2424
*
2525
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2626
****/

Release/src/http/client/x509_cert_utilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Contains utility functions for helping to verify server certificates in OS X/iOS.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/src/http/client/x509_cert_utilities_android.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Contains utility functions for helping to verify server certificates on Android.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/src/http/client/x509_cert_utilities_apple.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Contains utility functions for helping to verify server certificates on OSX/iOS.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/src/http/client/x509_cert_utilities_win32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Contains utility functions for helping to verify server certificates on Windows desktop.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/src/http/common/http_helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* Implementation Details of the http.h layer of messaging
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/src/http/common/http_msg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* HTTP Library: Request and reply message definitions.
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

Release/src/http/listener/http_listener.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* HTTP Library: HTTP listener (server-side) APIs
2020
*
21-
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
21+
* For the latest on this and related APIs, please see: https://github.com/Microsoft/cpprestsdk
2222
*
2323
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2424
****/

0 commit comments

Comments
 (0)