File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ as `OffsetDateTime` to differentiate from `DateTime`.
61
61
## Licensing
62
62
63
63
Specifications contributed to the GraphQL Scalars repository are part of the
64
- GraphQL Specification Project and available by the
64
+ GraphQL Specification Project and are made available by the
65
65
[ Joint Development Foundation] ( https://www.jointdevelopment.org/ ) . The current
66
66
[ GraphQL Working Group] ( https://github.com/graphql/graphql-wg ) charter, which
67
67
includes the IP policy governing all working group deliverables (including
68
- specifications, source code, and datasets) may be found at
69
- [ https:// technical- charter.graphql.org ] ( https://technical-charter.graphql.org ) .
68
+ specifications, source code, and datasets) may be found in the
69
+ [ technical charter] ( https://technical-charter.graphql.org ) .
70
70
71
71
By contributing to this repository, you agree to license your work according to
72
72
the licenses governing GraphQL Specification Project deliverables, which are:
@@ -113,5 +113,5 @@ POSSIBILITY OF SUCH DAMAGE.
113
113
114
114
## Code of Conduct
115
115
116
- This project abides by the GraphQL Foundation Code of Conduct at
117
- https://graphql.org/codeofconduct/ .
116
+ This project abides by the GraphQL Foundation's
117
+ [ Code of Conduct ] ( https://graphql.org/codeofconduct/ ) .
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ HTML="<html>
63
63
<h2>Contributed specifications</h2>
64
64
<table>
65
65
<tr>
66
+ <th>Specification name</th>
66
67
<th>Author</th>
67
- <th>Spec name</th>
68
68
</tr>"
69
69
70
70
echo " building specs"
@@ -74,8 +74,8 @@ for AUTHOR in scalars/contributed/*; do
74
74
spec-md --githubSource " https://github.com/graphql/graphql-scalars/blame/main/" " $FILE " > " $OUT_DIR /$( basename $AUTHOR ) " /" $( basename $FILE .md) " .html
75
75
HTML=" $HTML
76
76
<tr>
77
- <td>$( basename $AUTHOR ) </td>
78
77
<td><a href=\" $( basename $AUTHOR ) /$( basename $FILE .md) .html\" >$( basename ${FILE% .* } ) </a></td>
78
+ <td>$( basename $AUTHOR ) </td>
79
79
</tr>"
80
80
true
81
81
done
You can’t perform that action at this time.
0 commit comments