Skip to content

Commit f7c8e82

Browse files
committed
Corrected some links.
1 parent 3f4cf4d commit f7c8e82

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div align="center">
2-
<a href="https://metacall.io" target="_blank"><img src="https://raw.githubusercontent.com/metacall/core/master/deploy/images/logo.png" alt="METACALL" style="max-width:100%; margin: 0 auto;" width="80" height="80"></a>
2+
<a href="https://metacall.io" target="_blank"><img src="https://raw.githubusercontent.com/metacall/core/develop/deploy/images/logo.png" alt="METACALL" style="max-width:100%; margin: 0 auto;" width="80" height="80"></a>
33
<h1><b>MetaCall Polyglot Runtime</b></h1>
44
<a href="https://metacall.io">MetaCall.io</a> |
5-
<a href="https://github.com/metacall/core/blob/master/README.md#install">Install</a> |
6-
<a href="https://github.com/metacall/core/blob/master/docs/README.md">Docs</a>
5+
<a href="#install">Install</a> |
6+
<a href="https://github.com/metacall/core/blob/develop/docs/README.md">Docs</a>
77
</div>
88
<div id="badges" align="center">
99
<a href="https://t.me/joinchat/BMSVbBatp0Vi4s5l4VgUgg" alt="Discord">
@@ -18,7 +18,7 @@
1818
<a href="https://twitter.com/metacallio" alt="Twitter">
1919
<img src="https://img.shields.io/twitter/follow/metacallio?label=MetaCall" /></a>
2020

21-
<a href="https://medium.com/@metacall/call-functions-methods-or-procedures-between-programming-languages-with-metacall-58cfece35d7" target="_blank"><img src="https://raw.githubusercontent.com/metacall/core/master/deploy/images/overview.png" alt="M E T A C A L L" style="max-width:100%; margin: 0 auto;" width="350" height="auto"></a>
21+
<a href="https://medium.com/@metacall/call-functions-methods-or-procedures-between-programming-languages-with-metacall-58cfece35d7" target="_blank"><img src="https://raw.githubusercontent.com/metacall/core/develop/deploy/images/overview.png" alt="M E T A C A L L" style="max-width:100%; margin: 0 auto;" width="350" height="auto"></a>
2222
</div>
2323

2424
**MetaCall** allows calling functions, methods or procedures between multiple programming languages.
@@ -41,7 +41,7 @@ sum(3, 4); // 7
4141
metacall main.js
4242
```
4343

44-
**MetaCall** is a extensible, embeddable and interoperable cross-platform polyglot runtime. It supports NodeJS, Vanilla JavaScript, TypeScript, Python, Ruby, C#, Go, C, C++, Rust, D, Cobol [and more](https://github.com/metacall/core/blob/master/docs/README.md#2-language-support).
44+
**MetaCall** is a extensible, embeddable and interoperable cross-platform polyglot runtime. It supports NodeJS, Vanilla JavaScript, TypeScript, Python, Ruby, C#, Go, C, C++, Rust, D, Cobol [and more](https://github.com/metacall/core/blob/develop/docs/README.md#2-language-support).
4545

4646
## Install
4747

@@ -51,8 +51,8 @@ The easiest way to install **METACALL** is the following:
5151
curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh
5252
```
5353

54-
For more information about other install methodologies and platforms or Docker, check the [install documentation](https://github.com/metacall/core/blob/master/docs/README.md#41-installation).
54+
For more information about other install methodologies and platforms or Docker, check the [install documentation](https://github.com/metacall/core/blob/develop/docs/README.md#41-installation).
5555

5656
## Examples
5757

58-
You can find a complete [list of examples in the documentation](https://github.com/metacall/core/blob/master/docs/README.md#43-examples). If you are interested in submitting new examples, please [contact us in our chats](https://github.com/metacall/core/blob/master/README.md#badges).
58+
You can find a complete [list of examples in the documentation](https://github.com/metacall/core/blob/develop/docs/README.md#43-examples). If you are interested in submitting new examples, please [contact us in our chats](#badges).

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ This environment variables are optional, in case that you want to modify default
191191

192192
### 4.3 Examples
193193

194-
- [BeautifulSoup from Express](https://github.com/metacall/beautifulsoup-express-example): This example shows how to use [**METACALL** CLI](/source/examples/metacallcli) for building a **Polyglot Scraping API** that mixes NodeJS with Python.
194+
- [BeautifulSoup from Express](https://github.com/metacall/beautifulsoup-express-example): This example shows how to use [**METACALL** CLI](/source/cli/metacallcli) for building a **Polyglot Scraping API** that mixes NodeJS with Python.
195195

196196
- [Higher Order Functions with Python & NodeJS](https://github.com/metacall/fn.py-javascript-example): An example of using [Fn.py](https://github.com/kachayev/fn.py) (Python) from JavaScript (NodeJS).
197197

0 commit comments

Comments
 (0)