pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
c059eb1c19
commit
5c26174aa9
@@ -1,6 +1,7 @@
|
||||
# curl
|
||||
|
||||
> W PowerShell to polecenie może być aliasem `Invoke-WebRequest`, gdy oryginalny program `curl` (<https://curl.se>) nie jest poprawnie zainstalowany.
|
||||
> Więcej informacji: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
|
||||
|
||||
- Zweryfikuj, czy `curl` jest poprawnie zainstalowany poprzez sprawdzenie jego wersji. Jeśli to polecenie zwraca błąd, PowerShell mógł je zastąpić poleceniem `Invoke-WebRequest`:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# iwr
|
||||
|
||||
> To polecenie jest aliasem `invoke-webrequest`.
|
||||
> Więcej informacji: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
|
||||
|
||||
- Zobacz dokumentację oryginalnego polecenia:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# wget
|
||||
|
||||
> To polecenie jest aliasem `wget -p common`.
|
||||
> Więcej informacji: <https://www.gnu.org/software/wget>.
|
||||
> Więcej informacji: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
|
||||
|
||||
- Zobacz dokumentację oryginalnego polecenia:
|
||||
|
||||
|
Reference in New Issue
Block a user