Skip to content

Commit 186d286

Browse files
committedMar 4, 2019
Changing HTTP to HTTPS links.
1 parent a7a93b8 commit 186d286

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed
 

‎Diagnostics/PostSharp.Samples.Audit.Extended/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ In this sample, the `DbAuditRecord` class simulates a database entity. In a real
2424

2525
## Documentation
2626

27-
[Adding Audit to Your Solution](http://doc.postsharp.net/audit).
27+
[Adding Audit to Your Solution](https://doc.postsharp.net/audit).
2828

‎Diagnostics/PostSharp.Samples.Audit/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ In this sample, the `DbAuditRecord` class simulates a database entity. In a real
1313

1414
## Documentation
1515

16-
[Adding Audit to Your Solution](http://doc.postsharp.net/audit).
16+
[Adding Audit to Your Solution](https://doc.postsharp.net/audit).
1717

‎Diagnostics/PostSharp.Samples.Logging.CommonLogging/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ In this example, the log is only printed to the console. No file is created.
1818

1919
## Documentation
2020

21-
[Logging to the Common.Logging](http://doc.postsharp.net/common-logging)
21+
[Logging to the Common.Logging](https://doc.postsharp.net/common-logging)

‎Diagnostics/PostSharp.Samples.Logging.Console/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ In this example, the log is only printed to the console. No file is created.
1717

1818
## Documentation
1919

20-
[Logging to the system console](http://doc.postsharp.net/logging-console)
20+
[Logging to the system console](https://doc.postsharp.net/logging-console)

‎Diagnostics/PostSharp.Samples.Logging.CustomBackend.ServiceStack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ We chose `ServiceStack.Logging` as the example framework, but you can easily fol
55

66
## Documentation
77

8-
[Implementing an Adapter to a Custom Logging Framework](http://doc.postsharp.net/custom-logging-backend)
8+
[Implementing an Adapter to a Custom Logging Framework](https://doc.postsharp.net/custom-logging-backend)

‎Diagnostics/PostSharp.Samples.Logging.Customization/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrates several ways to override the default behavior of PostS
66

77
## Documentation
88

9-
[Implementing a Custom Formatter](http://doc.postsharp.net/custom-formatter)
9+
[Implementing a Custom Formatter](https://doc.postsharp.net/custom-formatter)
1010

11-
[Implementing an Adapter to a Custom Logging Framework](http://doc.postsharp.net/custom-logging-backend)
11+
[Implementing an Adapter to a Custom Logging Framework](https://doc.postsharp.net/custom-logging-backend)
1212

‎Diagnostics/PostSharp.Samples.Logging.Etw.CustomSource/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ To view the log produced by this example, you need to attach a log collector:
2828

2929
## Documentation
3030

31-
[Logging to the etw](http://doc.postsharp.net/etw)
31+
[Logging to the etw](https://doc.postsharp.net/etw)

‎Diagnostics/PostSharp.Samples.Logging.Etw/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ To view the log produced by this example, you need to attach a log collector:
2525

2626
## Documentation
2727

28-
[Logging to the etw](http://doc.postsharp.net/etw)
28+
[Logging to the etw](https://doc.postsharp.net/etw)

‎Diagnostics/PostSharp.Samples.Logging.Log4Net/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ After you execute the file, you should find the log in the `bin\Debug` directory
1818

1919
## Documentation
2020

21-
[Logging to the log4net](http://doc.postsharp.net/log4net)
21+
[Logging to the log4net](https://doc.postsharp.net/log4net)

‎Diagnostics/PostSharp.Samples.Logging.Loupe/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ session is available. Click on this notification to open the log, and ignore the
1919

2020
## Documentation
2121

22-
[Logging to the Loupe](http://doc.postsharp.net/loupe)
22+
[Logging to the Loupe](https://doc.postsharp.net/loupe)

‎Diagnostics/PostSharp.Samples.Logging.NLog/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ After you execute the file, you should find the log in the `bin\Debug` directory
1818

1919
## Documentation
2020

21-
[Logging to the log4net](http://doc.postsharp.net/nlog)
21+
[Logging to the log4net](https://doc.postsharp.net/nlog)

‎Diagnostics/PostSharp.Samples.Logging.Serilog/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ After you execute the file, you should find the log in the `bin\Debug` directory
1818

1919
## Documentation
2020

21-
[Logging to the Serilog](http://doc.postsharp.net/serilog)
21+
[Logging to the Serilog](https://doc.postsharp.net/serilog)

‎Framework/PostSharp.Samples.CustomLogging/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ The `[Log]` aspect works out of the box. It is highly optimized for run-time per
3939
You can set up logging in a few minutes without modifying your existing source code.
4040

4141

42-
See http://doc.postsharp.net/logging.
42+
See https://doc.postsharp.net/logging.
4343

4444

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to this collection of PostSharp example projects.
44

5-
You can [browse these samples online](http://samples.postsharp.net/) and navigate the code just by clicking on code references,
5+
You can [browse these samples online](https://samples.postsharp.net/) and navigate the code just by clicking on code references,
66
or you can download them on [GitHub](https://www.github.com/postsharp/PostSharp.Samples).
77

88

‎Solid/PostSharp.Samples.Caching/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ and when they are skipped.
110110

111111
## Documentation
112112

113-
[Caching](http://doc.postsharp.net/caching)
113+
[Caching](https://doc.postsharp.net/caching)
114114

0 commit comments

Comments
 (0)
Please sign in to comment.