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
****/

0 commit comments

Comments
 (0)