Skip to content

Commit 195e170

Browse files
committed
Repo URL has been changed
1 parent 84ef5b9 commit 195e170

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ln -s /opt/vcpkg/vcpkg /usr/local/bin/vcpkg
2929
- name: Clone project repository
3030
run: |
31-
git clone https://github.com/lk-libs/libcpp-http-client.git /root/libcpp-http-client
31+
git clone https://github.com/leventkaragol/libcpp-http-client.git /root/libcpp-http-client
3232
- name: Run cmake with vcpkg toolchain
3333
run: |
3434
cd /root/libcpp-http-client

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 lk-libs, Levent KARAGÖL
3+
Copyright (c) 2024 Levent KARAGÖL
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Modern, non-blocking and exception free, header-only HTTP Client library for C++ (17+)
44

5-
[![linux](https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux.yml/badge.svg)](https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux.yml)
6-
[![windows](https://github.com/lk-libs/libcpp-http-client/actions/workflows/windows.yml/badge.svg)](https://github.com/lk-libs/libcpp-http-client/actions/workflows/windows.yml)
5+
[![linux](https://github.com/leventkaragol/libcpp-http-client/actions/workflows/linux.yml/badge.svg)](https://github.com/leventkaragol/libcpp-http-client/actions/workflows/linux.yml)
6+
[![windows](https://github.com/leventkaragol/libcpp-http-client/actions/workflows/windows.yml/badge.svg)](https://github.com/leventkaragol/libcpp-http-client/actions/workflows/windows.yml)
77

88

99
> [!TIP]
@@ -543,7 +543,7 @@ send return the class itself, so they can be added one after the other like a ch
543543
544544
MIT License
545545
546-
Copyright (c) 2024 lk-libs, Levent KARAGÖL
546+
Copyright (c) 2024 Levent KARAGÖL
547547
548548
Permission is hereby granted, free of charge, to any person obtaining a copy
549549
of this software and associated documentation files (the "Software"), to deal
@@ -567,7 +567,7 @@ SOFTWARE.
567567
## Contact
568568
569569
If you have problems regarding the library, please open an
570-
[issue on GitHub](https://github.com/lk-libs/libcpp-http-client/issues/new).
570+
[issue on GitHub](https://github.com/leventkaragol/libcpp-http-client/issues/new).
571571
Please describe your request, issue, or question in as much detail as possible
572572
and also include the version of your compiler and operating system, as well as
573573
the version of the library you are using. Before opening a new issue, please

src/libcpp-http-client.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
33
Modern non-blocking HTTP Client library for C++ (17+)
44
version 1.3.0
5-
https://github.com/lk-libs/libcpp-http-client
5+
https://github.com/leventkaragol/libcpp-http-client
66
7-
If you encounter any issues, please submit a ticket at https://github.com/lk-libs/libcpp-http-client/issues
7+
If you encounter any issues, please submit a ticket at https://github.com/leventkaragol/libcpp-http-client/issues
88
9-
Copyright (c) 2024 lk-libs, Levent KARAGÖL
9+
Copyright (c) 2024 Levent KARAGÖL
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)