@@ -224,30 +224,23 @@ Projects are encouraged (but not required) to adopt the practice of including [S
224
224
GraphQL projects should use one of the following notices on their websites, as appropriate:
225
225
226
226
##### For HTML sites
227
+
227
228
> ```
229
+ > <hr>
228
230
> Copyright Joint Development Foundation Projects, LLC, GraphQL Series.<br>
229
- > <a href="https://graphql.org">graphql.org</a> |
230
- > <a href="https://spec.graphql.org">Spec</a> |
231
- > <a href="https://github.com/graphql">GitHub</a> |
232
- > <a href="https://foundation.graphql.org">GraphQL Foundation</a> |
233
- > <a href="https://code-of-conduct.graphql.org">Code of Conduct</a> |
234
- > <a href="https://slack.graphql.org">Slack</a> |
235
- > <a href="https://store.graphql.org">Store</a>
231
+ > <a href="https://graphql.org">graphql.org</a> | <a href="https://spec.graphql.org">Spec</a> | <a href="https://github.com/graphql">GitHub</a> | <a href="https://foundation.graphql.org">GraphQL Foundation</a> | <a href="https://code-of-conduct.graphql.org">Code of Conduct</a> | <a href="https://slack.graphql.org">Slack</a> | <a href="https://store.graphql.org">Store</a>
236
232
> ```
237
233
238
234
##### For markdown sites, including GitHub READMEs
239
235
240
236
> ```
241
237
> ---
242
- >
243
- > Copyright Joint Development Foundation Projects, LLC, GraphQL Series.
244
- [graphql.org](https://graphql.org) | [Spec](https://spec.graphql.org) | [GitHub](https://github.com/graphql) | [GraphQL Foundation](https://foundation.graphql.org) | [Code of Conduct](https://code-of-conduct.graphql.org) | [Slack](https://slack.graphql.org) | [Store](https://store.graphql.org)
238
+ > Copyright Joint Development Foundation Projects, LLC, GraphQL Series.<br>
239
+ > [graphql.org](https://graphql.org) | [Spec](https://spec.graphql.org) | [GitHub](https://github.com/graphql) | [GraphQL Foundation](https://foundation.graphql.org) | [Code of Conduct](https://code-of-conduct.graphql.org) | [Slack](https://slack.graphql.org) | [Store](https://store.graphql.org)
245
240
> ```
246
241
247
-
248
242
---
249
-
250
- Copyright Joint Development Foundation Projects, LLC, GraphQL Series.
243
+ Copyright Joint Development Foundation Projects, LLC, GraphQL Series.<br>
251
244
[graphql.org](https://graphql.org) | [Spec](https://spec.graphql.org) | [GitHub](https://github.com/graphql) | [GraphQL Foundation](https://foundation.graphql.org) | [Code of Conduct](https://code-of-conduct.graphql.org) | [Slack](https://slack.graphql.org) | [Store](https://store.graphql.org)
252
245
253
246
<!-- LF Projects -->
0 commit comments