Skip to content

Commit 102f7e8

Browse files
committed
Update docs for new org
1 parent 5ffa30a commit 102f7e8

File tree

64 files changed

+88
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+88
-88
lines changed

docs-translations/es/development/atom-shell-vs-node-webkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Si usted es un usuario experimentado NW.js, usted debe estar familiarizado con e
3131

3232
Mediante el uso de la característica [multi-contexto](http://strongloop.com/strongblog/whats-new-node-js-v0-12-multiple-context-execution/) de Node, Electron no introduce un nuevo contexto JavaScript en páginas web.Resultados de búsqueda
3333

34-
[node-bindings]: https://github.com/atom/electron/tree/master/atom/common
34+
[node-bindings]: https://github.com/electron/electron/tree/master/atom/common

docs-translations/es/development/build-instructions-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Si usted planea construir Electron en una máquina virtual, necesitará un disp
2929

3030
#Obteniendo el codigo
3131

32-
`$ git clone https://github.com/atom/electron.git`
32+
`$ git clone https://github.com/electron/electron.git`
3333

3434
#Bootstrapping (Arranque)
3535

docs-translations/es/development/build-instructions-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Si está utilizando Python descargado de Homebrew, también es necesario instal
1313

1414
#Obtener el Código
1515

16-
`$ git clone https://github.com/atom/electron.git`
16+
`$ git clone https://github.com/electron/electron.git`
1717

1818
#Bootstrapping (arranque)
1919

docs-translations/es/development/coding-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ siguientes reglas:
3434
Al crear una nueva API, nosotros deberíamos preferir usar metodos `get` y `set`
3535
en vez de usar el estilo de jQuery que utiliza una sola función. Por ejemplo,
3636
se prefiere `.getText()` y `.setText()` por sobre `.text([text])`. Hay una
37-
[discusión](https://github.com/atom/electron/issues/46) sobre esto.
37+
[discusión](https://github.com/electron/electron/issues/46) sobre esto.

docs-translations/es/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Para agregar otro set (o un set parcial):
4343
- Actualizar el `README.md` dentro del subdirectorio del lenguaje apuntando a
4444
los archivos que has traducido.
4545
- Agregar un enlace al folder de tu traducción en la sección principal Electron
46-
[README](https://github.com/atom/electron#documentation-translations).
46+
[README](https://github.com/electron/electron#documentation-translations).
4747

4848
## Leyendo la Documentación de Electron
4949

docs-translations/es/tutorial/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ En OS X:
147147
$ ./Electron.app/Contents/MacOS/Electron your-app/
148148
```
149149

150-
`Electron.app` es parte del paquete de release de Electron, puedes descargarlo [aquí](https://github.com/atom/electron/releases).
150+
`Electron.app` es parte del paquete de release de Electron, puedes descargarlo [aquí](https://github.com/electron/electron/releases).

docs-translations/es/tutorial/using-selenium-and-webdriver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ De [ChromeDriver - WebDriver for Chrome][chrome-driver]:
88
> el protocolo de WebDriver para Chromium. Se encuentra en desarrollo por los miembros de
99
> Chromium y WebDriver.
1010
11-
En la página de [lanzamientos](https://github.com/atom/electron/releases) de Electron encontrarás paquetes de `chromedriver`.
11+
En la página de [lanzamientos](https://github.com/electron/electron/releases) de Electron encontrarás paquetes de `chromedriver`.
1212

1313
## Ajustando parámetros con WebDriverJs
1414

@@ -65,7 +65,7 @@ driver.quit();
6565

6666
## Workflow
6767

68-
Para probar tu aplicación sin recompilar Electron, simplemente [copia](https://github.com/atom/electron/blob/master/docs/tutorial/application-distribution.md) las fuentes de tu aplicación en el directorio de recursos de Electron.
68+
Para probar tu aplicación sin recompilar Electron, simplemente [copia](https://github.com/electron/electron/blob/master/docs/tutorial/application-distribution.md) las fuentes de tu aplicación en el directorio de recursos de Electron.
6969

7070
[chrome-driver]: https://sites.google.com/a/chromium.org/chromedriver/
7171

docs-translations/fr-FR/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Pour ajouter une nouvelle langue (ou commencer) :
4343
- Traduire les fichiers.
4444
- Mettre à jour le `README.md` à l'intérieur du dossier de langue en mettant les
4545
liens vers les fichiers traduits.
46-
- Ajouter un lien vers le nouveau dossier de langue dans le [README](https://github.com/atom/electron#documentation-translations)
46+
- Ajouter un lien vers le nouveau dossier de langue dans le [README](https://github.com/electron/electron#documentation-translations)
4747
principal d'Electron.
4848

4949
## Lire la documentation d'Electron

docs-translations/jp/api/frameless-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var win = new BrowserWindow({ transparent: true, frame: false });
2929

3030
### 制限
3131

32-
* 透明領域をクリックすることはできません。この問題を解決するためにウィンドウの輪郭を設定するAPIを導入しようとしています。詳細は、[our issue](https://github.com/atom/electron/issues/1335) を参照してください。
32+
* 透明領域をクリックすることはできません。この問題を解決するためにウィンドウの輪郭を設定するAPIを導入しようとしています。詳細は、[our issue](https://github.com/electron/electron/issues/1335) を参照してください。
3333
* 透明なウィンドウはサイズ変更できません。いくつかのプラットフォーム上では、`resizable``true`設定は、いくつかのプラットフォーム上で、動作を停止する透明ウィンドウを作成するかもしれません。
3434
* `blur`フィルターはウェブページのみに適用され、ウィンドウの下のコンテンツ(例えば、ユーザーのシステム上でほかのアプリケーションを開く)に、ぼやける効果を適用する方法はありません。
3535
* Windows オペレーティングシステム上では、DMMが無効のとき透明なウィンドウは動作しません。

docs-translations/jp/api/synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ require('electron').hideInternalModules()
6565

6666
[gui]: https://en.wikipedia.org/wiki/Graphical_user_interface
6767
[desctructuring-assignment]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
68-
[issue-387]: https://github.com/atom/electron/issues/387
68+
[issue-387]: https://github.com/electron/electron/issues/387

0 commit comments

Comments
 (0)