Skip to content

Commit 112dcd1

Browse files
committed
Fix README image URLs for master branch
1 parent eac03e9 commit 112dcd1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,49 +57,49 @@ dotnet add package Pixie.Loyc
5757

5858
Pixie has built-in support for caret diagnostics. It can highlight a source region, emphasize the most relevant span, and render line numbers with surrounding context.
5959

60-
![Diagnostic](https://raw.githubusercontent.com/jonathanvdc/Pixie/main/docs/img/caret.svg)
60+
![Diagnostic](https://raw.githubusercontent.com/jonathanvdc/Pixie/master/docs/img/caret.svg)
6161

6262
### Argument parsing with feedback
6363

6464
Pixie can parse GNU-style command-line options and report mistakes in a user-friendly way, including usage guidance and option name suggestions.
6565

66-
![Option parsing feedback](https://raw.githubusercontent.com/jonathanvdc/Pixie/main/docs/img/option-parsing-feedback.svg)
66+
![Option parsing feedback](https://raw.githubusercontent.com/jonathanvdc/Pixie/master/docs/img/option-parsing-feedback.svg)
6767

6868
### Help messages
6969

7070
Pixie can generate help output from the same option definitions you use for parsing, so parsing and documentation stay in sync.
7171

72-
![Help message](https://raw.githubusercontent.com/jonathanvdc/Pixie/main/docs/img/help-message.svg)
72+
![Help message](https://raw.githubusercontent.com/jonathanvdc/Pixie/master/docs/img/help-message.svg)
7373

7474
### Graceful terminal degradation
7575

7676
Pixie tries to produce the nicest output your terminal can handle. When Unicode characters or ANSI styling are unavailable, it falls back to simpler representations instead of breaking formatting.
7777

7878
Unicode-rich rendering:
7979

80-
![Fancy bullets](https://raw.githubusercontent.com/jonathanvdc/Pixie/main/docs/img/degradation-fancy.svg)
80+
![Fancy bullets](https://raw.githubusercontent.com/jonathanvdc/Pixie/master/docs/img/degradation-fancy.svg)
8181

8282
Simpler fallback rendering:
8383

84-
![Simple bullets](https://raw.githubusercontent.com/jonathanvdc/Pixie/main/docs/img/degradation-simple.svg)
84+
![Simple bullets](https://raw.githubusercontent.com/jonathanvdc/Pixie/master/docs/img/degradation-simple.svg)
8585

8686
### Readable layout
8787

8888
Pixie supports alignment, wrapping, and reusable markup nodes for common CLI output patterns.
8989

9090
Without careful layout, terminal messages can become awkward:
9191

92-
![Sad line break](https://raw.githubusercontent.com/jonathanvdc/Pixie/main/docs/img/sad-line-break.svg)
92+
![Sad line break](https://raw.githubusercontent.com/jonathanvdc/Pixie/master/docs/img/sad-line-break.svg)
9393

9494
With Pixie, the same message can be wrapped and structured more cleanly:
9595

96-
![Happy line break](https://raw.githubusercontent.com/jonathanvdc/Pixie/main/docs/img/happy-line-break.svg)
96+
![Happy line break](https://raw.githubusercontent.com/jonathanvdc/Pixie/master/docs/img/happy-line-break.svg)
9797

9898
### Loyc interoperability
9999

100100
If you use Loyc libraries such as EC# or LeMP, `Pixie.Loyc` can translate their diagnostics into Pixie markup so they render consistently with the rest of your application output.
101101

102-
![Loyc diagnostic](https://raw.githubusercontent.com/jonathanvdc/Pixie/main/docs/img/loyc-interop.svg)
102+
![Loyc diagnostic](https://raw.githubusercontent.com/jonathanvdc/Pixie/master/docs/img/loyc-interop.svg)
103103

104104
## Getting started
105105

0 commit comments

Comments
 (0)