Skip to content

Commit

Permalink
correct curl and link fixed (#868)
Browse files Browse the repository at this point in the history
* Update README.mdx

The link “Contribute to community tutorials” is not yet active, I removed the text because it was misleading, 

I added the correct redirect “docs/zero-knowledge-glossary/index.mdx”.

* edited curl

* edited curl

* edited curl
  • Loading branch information
qvkare authored Dec 2, 2024
1 parent f03601c commit 738ca52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
12 changes: 2 additions & 10 deletions README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,14 @@ an inconvenience for users at best, or leave a negative impression of your proje
includes keeping links to external sites up-to-date and returning for updates as your project
matures.

### Contribute to community tutorials

If you've created fleshed-out guides and tutorials, or intend to, we'd love to feature your content
in our [community tutorials section](./docs/developers/guides/community/index.mdx).

First, create an issue describing the content you want to see added or intend to add. If you're
representing an organization (such as a dapp), please use the ecosystem contribution issue form.

### Contribute to the Zero-Knowledge Glossary

Diving into zero-knowledge rollups and getting stumped by the technical jargon? We've started an
open source Zero-Knowledge glossary to define some common terms you might encounter as you dive
into the L2 landscape.

[Fork our repo](https://github.com/Consensys/doc.linea/fork), and add a term in alphabetical
order to `docs/reference/glossary.md`. Then, make a pull request and tag us for review!
order to `docs/zero-knowledge-glossary/index.mdx`. Then, make a pull request and tag us for review!

### Additional resources

Expand Down Expand Up @@ -206,4 +198,4 @@ As outlined above, you can adjust the display size of the svg by changing the cl
### Social cards

A social card for any new article(s) will be generated and applied when the site builds, so there
is no need to manually create or add one.
is no need to manually create or add one.
2 changes: 1 addition & 1 deletion docs/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ View the [list of node providers](../get-started/tooling/node-providers/index.md
:::


### cURL
### curl

Run the [`curl`](https://curl.se/) command in a terminal:

Expand Down
2 changes: 1 addition & 1 deletion docs/api/reference/linea-estimategas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can also call the API using [Infura's supported Linea endpoints](https://doc
### Request

<Tabs>
<TabItem value="cURL">
<TabItem value="curl">

```bash
curl https://linea-mainnet.infura.io/v3/YOUR-API-KEY \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ returned for transactions rejected by the sequencer.
### Request

<Tabs>
<TabItem value="cURL">
<TabItem value="curl">
```bash
curl https://linea-mainnet.infura.io/v3/YOUR-API-KEY \
-X POST \
Expand Down

0 comments on commit 738ca52

Please sign in to comment.