Skip to content

Commit

Permalink
fix hyperlinks and fix C# code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan0660 committed Jul 14, 2021
1 parent f86f332 commit deb72b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion source/includes/_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Atago.reloadDatabase()
expect(Atago.getVersion().lastUpdatedApi > oldDate).toBe(true)
```
```csharp
// dotnet add package AzurAPINet
using Jan0660.AzurAPINet;
var client = new AzurAPIClient(new AzurAPIClientOptions());
// check for update
Expand Down
2 changes: 1 addition & 1 deletion source/includes/_equipment.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ console.log(azurlane.getEquipmentByEnglishName('Quadruple 130mm (Mle 1932)'))
api.getEquipment('Quadruple 130mm (Mle 1932)')
```
```csharp
var equipment = client.getEquipment('Quadruple 130mm (Mle 1932)')
var equipment = client.getEquipment("Quadruple 130mm (Mle 1932)");
```

| Language | Method | Alternative Method |
Expand Down
2 changes: 1 addition & 1 deletion source/includes/_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For contributions, questions, or supports of our libraries: please join our Disc
</aside>
[![](https://discordapp.com/api/guilds/648206344729526272/widget.png?style=banner2)](https://discord.gg/aAEdys8)

Discord Link: https://discord.gg/aAEdys8
Discord Link: [https://discord.gg/aAEdys8](https://discord.gg/aAEdys8)

## Credits
Data is being obtained by the official [wiki](https://azurlane.koumakan.jp/) with prior permission before fetching data.
2 changes: 1 addition & 1 deletion source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ code_clipboard: true

# Introduction
<aside class="warning">
Javascript Users, Please move to https://azurapi.github.io/v2/ for Updated docs. Below is for any versions below V1.0.0
Javascript Users, Please move to [https://azurapi.github.io/v2/](https://azurapi.github.io/v2/) for Updated docs. Below is for any versions below V1.0.0
</aside>
> To install a library, please open your project in a terminal and use the following commands:
Expand Down

0 comments on commit deb72b5

Please sign in to comment.