Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/admin/pages/deployment/services/s-list/web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Beside theming, see below, the behavior of the web UI can be configured via opti

=== Web UI Config File

When defined via the `WEB_UI_CONFIG_FILE`, the configuration of the web UI can be made with a json based file. See the https://github.com/owncloud/web/tree/master/config[link,window=_blank] for examples.
When defined via the `WEB_UI_CONFIG_FILE`, the configuration of the web UI can be made with a json based file. See the https://github.com/owncloud/ocis/tree/master/web/config[link,window=_blank] for examples.

== Embedding Web

Expand Down
4 changes: 2 additions & 2 deletions modules/admin/pages/deployment/webui/webui-theming.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
:page-aliases: ROOT:deployment/webui/webui-theming.adoc

:web_assets_path: /services/web/assets/themes/owncloud/
:example-theme-url: https://github.com/owncloud/web/tree/master/config
:example-theme-url: https://github.com/owncloud/ocis/tree/master/web/config
:design-tokens-url: https://owncloud.design/#/Design%20Tokens
:gh-webui-url: https://github.com/owncloud/web/issues/new
:gh-webui-url: https://github.com/owncloud/ocis/issues/new

include::partial$multi-location/compose-version.adoc[]

Expand Down
4 changes: 2 additions & 2 deletions modules/developer/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Welcome to our developer documentation. Here you find documentation with focus f
- [oCIS]({{< ref "./ocis" >}}) server
- oCIS Services
- Clients like:
- [ownCloud Web](https://github.com/owncloud/web) - the new web frontend for oCIS and ownCloud
- [ownCloud Web](https://github.com/owncloud/ocis/tree/master/web) - the new web frontend for oCIS and ownCloud
- [ownCloud Android app](https://github.com/owncloud/android)
- [ownCloud iOS app](https://github.com/owncloud/ios-app)
- [ownCloud Desktop Syncing Client](https://github.com/owncloud/client)
Expand All @@ -36,7 +36,7 @@ You can also find all client sources on https://github.com/owncloud/[GitHub].

## Join the oCIS Community

The https://github.com/owncloud/ocis[ocis repository] is a good entry point to the oCIS project. In addition to that, there are also ownCloud projects for apps such as https://github.com/owncloud/ios-app[iOS], https://github.com/owncloud/android[Android], the https://github.com/owncloud/desktop[Desktop] platforms and https://github.com/owncloud/web[ownCloud Web].
The https://github.com/owncloud/ocis[ocis repository] is a good entry point to the oCIS project. In addition to that, there are also ownCloud projects for apps such as https://github.com/owncloud/ios-app[iOS], https://github.com/owncloud/android[Android], the https://github.com/owncloud/desktop[Desktop] platforms and https://github.com/owncloud/ocis/tree/master/web[ownCloud Web].

To chat about development, join our public chat on https://matrix.to/#/#ocis:matrix.org[matrix: ownCloud Infinite Scale].

Expand Down
2 changes: 1 addition & 1 deletion modules/developer/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can also find all app sources at::

== Join the oCIS Community

The https://github.com/owncloud/ocis[oCIS repository] is a good entry point to the oCIS project. The https://github.com/owncloud/web[Web repository] provides the web frontend for oCIS.
The https://github.com/owncloud/ocis[oCIS repository] is a good entry point to the oCIS project. The https://github.com/owncloud/ocis/tree/master/web[Web frontend] is part of the oCIS monorepo.

To chat about development, join our public chat on https://matrix.to/#/#ocis:matrix.org[matrix: ownCloud Infinite Scale].

Expand Down